bspaulding/timesheets

View on GitHub
lib/timesheets.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Timesheets
    class Logger
        def log(string)
            puts string
        end
    end
end

require "timesheets/version"
require "timesheets/cli"