Method: Command::Runner::Message#line

Defined in:
lib/command/runner/message.rb

#lineString (readonly)

The exact line that was executed.

Returns:

  • (String)


118
119
120
121
# File 'lib/command/runner/message.rb', line 118

[:exit_code, :process_id, :time, :stdout, :stderr, :options,
  :line, :status].each do |key|
  define_method(key) { instance_variable_get(:"@#{key}") }
end