jcmuller/clock_indicator

View on GitHub
lib/clock_indicator/next_month_calendar.rb

Summary

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

    private

      def date
        i.month.from_now
      end
  end
end