class Object

Public Instance Methods

returning(o;) { |o;| ... } click to toggle source
# File lib/ditzstr/util.rb, line 2
def returning o; yield o; o end