Class: Object

Inherits:
BasicObject
Defined in:
lib/fabes/utils.rb

Overview

TODO: improve this

Instance Method Summary collapse

Instance Method Details

#log(msg) ⇒ Object



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

def log(msg)
  puts msg
end