Module: Warg::Command::Chaining

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

Instance Method Summary collapse

Instance Method Details

#|(other) ⇒ Object



1901
1902
1903
# File 'lib/warg.rb', line 1901

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