module Koyomi::Helper::Week
Constants
- DEFAULT_WEEK_START
- WEEK_DAYS
- WEEK_START_RANGE
- WEEK_WDAYS
Public Class Methods
included(mod)
click to toggle source
# File lib/koyomi/helper/week.rb, line 12 def self.included(mod) mod.class_eval do extend Koyomi::Helper::Week::ClassMethod end end