Class: Class

Inherits:
Object show all
Defined in:
lib/bits.rb

Instance Method Summary collapse

Instance Method Details

#new_from(object) ⇒ Object



12
13
14
# File 'lib/bits.rb', line 12

def new_from object
    if object.is_a? self then object else new object end
end