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.27.0 smoke/block/c.rb
steep-0.25.0 smoke/block/c.rb
steep-0.24.0 smoke/block/c.rb
steep-0.23.0 smoke/block/c.rb
steep-0.22.0 smoke/block/c.rb
steep-0.21.0 smoke/block/c.rb
steep-0.20.0 smoke/block/c.rb
steep-0.19.0 smoke/block/c.rb
steep-0.18.0 smoke/block/c.rb
steep-0.17.1 smoke/block/c.rb
steep-0.17.0 smoke/block/c.rb
steep-0.16.3 smoke/block/c.rb
steep-0.16.2 smoke/block/c.rb
steep-0.16.1 smoke/block/c.rb
steep-0.16.0 smoke/block/c.rb
steep-0.15.0 smoke/block/c.rb
steep-0.14.0 smoke/block/c.rb
steep-0.13.0 smoke/block/c.rb
steep-0.12.0 smoke/block/c.rb
steep-0.11.1 smoke/block/c.rb