Class: Until

Inherits:
Object
  • Object
show all
Defined in:
lib/until.rb

Class Method Summary collapse

Class Method Details

.error(info) ⇒ Object



7
8
9
# File 'lib/until.rb', line 7

def self.error(info)
  STDOUT.puts "error:" + red(info)
end

.log(info) ⇒ Object



3
4
5
# File 'lib/until.rb', line 3

def self.log(info)
  STDOUT.puts "log:" + green(info)
end