Sha256: 632fe934c25ea9cb0c3c88e86c66c6a66409ce70e9858bade6078780ad2e3281
Contents?: true
Size: 268 Bytes
Versions: 2
Compression:
Stored size: 268 Bytes
Contents
module Calrom module Formatter class Formatter def initialize(highlighter, today) @highlighter = highlighter @today = today end attr_reader :highlighter, :today def call(calendar, date_range) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
calrom-0.3.0 | lib/calrom/formatter/formatter.rb |
calrom-0.2.0 | lib/calrom/formatter/formatter.rb |