class Timesheets::Logger

Public Instance Methods

log(string) click to toggle source
# File lib/timesheets.rb, line 3
def log(string)
        puts string
end