Sha256: 2a882f0b1ef8bb103913e3c39643d1f84d81449ec4409809ee4cdda907515524
Contents?: true
Size: 310 Bytes
Versions: 30
Compression:
Stored size: 310 Bytes
Contents
module Timetrap module Formatters class Factor raise <<-WARN The factor formatter has been moved out of timetrap core in and into timetrap_formatters. See https://github.com/samg/timetrap_formatters for more info. WARN def output; end def initialize(*args); end end end end
Version data entries
30 entries across 30 versions & 1 rubygems