class Object

Public Instance Methods

to_name() click to toggle source
  # File lib/core_ext.rb
2 def to_name
3   SmartName.new self
4 end