class Andromeda::Atom::Combiner

Attributes

combiner[R]

Public Instance Methods

update(v) click to toggle source
Calls superclass method
# File lib/andromeda/atom.rb, line 97
def update(v)
  super.update do |o|
    if combiner then combiner.call o, v else v end
  end
end