jcmuller/clock_indicator

View on GitHub
lib/clock_indicator/last_month_calendar.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ClockIndicator
  class LastMonthCalendar < OtherMonthCalendar

    private

      def date
        i.month.ago
      end
  end
end