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