class Fuby::Try::Each

Public Instance Methods

method_missing(*sig, &blk) click to toggle source
# File lib/fuby/try_each.rb, line 18
def method_missing *sig, &blk
  @object.each { |arg| arg.try *sig, &blk }
end