class Object
Public Instance Methods
block_is_hash(repeats=[], &block)
click to toggle source
# File lib/block-is-hash/function.rb, line 5 def block_is_hash repeats=[], &block BlockIsHash.new(repeats, &block).to_hash end