Method: Warg::ChainCommand#|

Defined in:
lib/warg.rb

#|(other) ⇒ Object



2125
2126
2127
# File 'lib/warg.rb', line 2125

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