Method: ShellMock::CommandStub#to_output

Defined in:
lib/shell_mock/command_stub.rb

#to_output(output) ⇒ Object Also known as: and_output



32
33
34
35
36
# File 'lib/shell_mock/command_stub.rb', line 32

def to_output(output)
  @output = output

  self
end