class Object
TODO: improve this
Public Instance Methods
log(msg)
click to toggle source
# File lib/fabes/utils.rb, line 3 def log(msg) puts msg end
TODO: improve this
# File lib/fabes/utils.rb, line 3 def log(msg) puts msg end