Object extensions.
Methods
Public Instance methods
Define an association with self.
[ show source ]
# File lib/more/facets/association.rb, line 147 def >>(to) REFERENCE[self] << to Association.new(self, to) end
[ show source ]
# File lib/more/facets/association.rb, line 152 def associations REFERENCE[self] end