class MkCalendar::Calendar
Attributes
day[R]
jd[R]
jd_jst[R]
month[R]
year[R]
Public Class Methods
new(ymd)
click to toggle source
# File lib/mk_calendar/calendar.rb, line 9 def initialize(ymd) @year, @month, @day = ymd @jd = gc2jd(@year, @month, @day) @jd_jst = @jd + Const::JST_D end
Public Instance Methods
alpha()
click to toggle source
holiday()
click to toggle source
kanshi()
click to toggle source
lambda()
click to toggle source
moonage()
click to toggle source
oc()
click to toggle source
sekki_24()
click to toggle source
sekku()
click to toggle source
yobi()
click to toggle source