class Calrom::Formatter::Formatter

Attributes

highlighter[R]
today[R]

Public Class Methods

new(highlighter, today) click to toggle source
# File lib/calrom/formatter/formatter.rb, line 4
def initialize(highlighter, today)
  @highlighter = highlighter
  @today = today
end

Public Instance Methods

call(calendar, date_range) click to toggle source
# File lib/calrom/formatter/formatter.rb, line 11
def call(calendar, date_range)
end