module Kernel

mrbrdo.wordpress.com/2013/02/27/ruby-with-statement/

Public Instance Methods

with(object, &block) click to toggle source
# File app/lib/lib.rb, line 7
def with(object, &block)
  object.instance_eval &block
end