Method: ShellB::Command#<

Defined in:
lib/shellb/command.rb

#<(from) ⇒ Object



29
30
31
32
# File 'lib/shellb/command.rb', line 29

def <(from)
  @input = from
  self
end