module Warg::Command::Chaining

Public Instance Methods

|(other) click to toggle source
# File lib/warg.rb, line 1901
def |(other)
  ChainCommand.new(self, other)
end