Method: Object#foorth_name

Defined in:
lib/fOOrth/core/object.rb

#foorth_nameObject

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