Method: Object#foorth_exclusive

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

#foorth_exclusiveObject

Access/create the object’s exclusive fOOrth dictionary.
Decree!

  • This method and the next are to be the only references

to the @_private_foorth_exclusive variable.


15
16
17
# File 'lib/fOOrth/core/object.rb', line 15

def foorth_exclusive
  @_private_foorth_exclusive ||= Hash.new
end