Module: BoPeep::Command::Chaining

Included in:
BehaviorWithoutRegistration::ClassMethods
Defined in:
lib/bopeep.rb

Instance Method Summary collapse

Instance Method Details

#|(other) ⇒ Object



1985
1986
1987
# File 'lib/bopeep.rb', line 1985

def |(other)
  ChainCommand.new(self, other)
end