Libraries
»
month_weeks
(0.1.0)
»
Index
»
MonthWeeks
»
Week
»
#to_json
Method: MonthWeeks::Week#to_json
Defined in:
lib/month_weeks/week.rb
#
to_json
(*args) ⇒
Object
19 20 21
# File 'lib/month_weeks/week.rb', line 19
def
to_json
(
*
args
)
self
.
to_h
.
to_json
(
*
args
)
end