class Object

Public Instance Methods

to_name() click to toggle source
# File lib/core_ext.rb, line 2
def to_name
  Cardname.new self
end