Method: Object#foorth_name
- Defined in:
- lib/fOOrth/core/object.rb
#foorth_name ⇒ Object
Get the foorth name of this object.
7 8 9 |
# File 'lib/fOOrth/core/object.rb', line 7 def foorth_name "#{self.class.foorth_name} instance".freeze end |