Class: String
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 |