Method: Until.log

Defined in:
lib/until.rb

.log(info) ⇒ Object



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

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