module Flow::Flow::Operations

Public Instance Methods

inherited(base) click to toggle source
Calls superclass method
# File lib/flow/flow/operations.rb, line 16
def inherited(base)
  base._operations = _operations.dup
  super
end
operations(*operations) click to toggle source
# File lib/flow/flow/operations.rb, line 23
def operations(*operations)
  _operations.concat(operations.flatten)
end