Methods

Files

Association::Kernel

Object extensions.

Public Instance Methods

>>(to) click to toggle source

Define an association with self.

# File lib/hashery/association.rb, line 113
def >>(to)
  Association.new(self, to)
end
associations() click to toggle source
# File lib/hashery/association.rb, line 117
def associations
  Association.reference[self]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.