Module: Warg::Command::Chaining

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

Instance Method Summary collapse

Instance Method Details

#|(other) ⇒ Object



1860
1861
1862
# File 'lib/warg.rb', line 1860

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