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