Sha256: 86a5c01061c6a0ede6b04ec31d720a7ec9bf90884a04635d3e2a0420e55ba55e

Contents?: true

Size: 149 Bytes

Versions: 51

Compression:

Stored size: 149 Bytes

Contents

class OptionalBlock
  def optional_block
    yield
    30
  end
end

OptionalBlock.new.optional_block()
OptionalBlock.new.optional_block() { :foo }

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
steep-0.44.1 smoke/block/c.rb
steep-0.44.0 smoke/block/c.rb
steep-0.43.1 smoke/block/c.rb
steep-0.43.0 smoke/block/c.rb
steep-0.42.0 smoke/block/c.rb
steep-0.41.0 smoke/block/c.rb
steep-0.40.0 smoke/block/c.rb
steep-0.39.0 smoke/block/c.rb
steep-0.38.0 smoke/block/c.rb
steep-0.37.0 smoke/block/c.rb
steep-0.36.0 smoke/block/c.rb
steep-0.35.0 smoke/block/c.rb
steep-0.34.0 smoke/block/c.rb
steep-0.33.0 smoke/block/c.rb
steep-0.32.0 smoke/block/c.rb
steep-0.31.1 smoke/block/c.rb
steep-0.31.0 smoke/block/c.rb
steep-0.30.0 smoke/block/c.rb
steep-0.29.0 smoke/block/c.rb
steep-0.28.0 smoke/block/c.rb