Class: String

Inherits:
Object
  • Object
show all
Includes:
Term::ANSIColor
Defined in:
lib/trex.rb

Instance Method Summary collapse

Instance Method Details

#error(exitValue = nil) ⇒ Object



47
48
49
50
# File 'lib/trex.rb', line 47

def error(exitValue=nil)
    puts self.red.bold
    exit exitValue unless exitValue.nil?
end