Sha256: 46066cbb0b8378b1e9a01a397979b822937bd604bde7e9cc9f10eadf4e5fded1

Contents?: true

Size: 57 Bytes

Versions: 4

Compression:

Stored size: 57 Bytes

Contents

def foo(&block)
  block.call "hello" if block_given?
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
reevoocop-0.0.14 examples/block_call.rb
reevoocop-0.0.12 examples/block_call.rb
reevoocop-0.0.11 examples/block_call.rb
reevoocop-0.0.10 examples/block_call.rb