Method: DatabaseHelper::SQLQueryResult#stdout

Defined in:
lib/utils/database_helpers.rb

#stdoutObject



59
60
61
62
# File 'lib/utils/database_helpers.rb', line 59

def stdout
  warn '[DEPRECATION] The `stdout` method is deprecated. Use `row` instead.'
  @cmd.stdout
end