Class: Sputnik::CLI::Console
- Inherits:
-
Object
- Object
- Sputnik::CLI::Console
- Defined in:
- lib/sputnik/cli/console.rb
Instance Method Summary collapse
Instance Method Details
#error(e) ⇒ Object
4 5 6 7 |
# File 'lib/sputnik/cli/console.rb', line 4 def error(e) $stderr.puts e. # $stderr.puts e.backtrace.join("\n") end |