Class: Cura::Error::Termbox::UnsupportedTerminal

Inherits:
Base
  • Object
show all
Defined in:
lib/cura/termbox/error/unsupported_terminal.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



7
8
9
# File 'lib/cura/termbox/error/unsupported_terminal.rb', line 7

def to_s
  "The current terminal is unsupported."
end