Module: Calendar
- Defined in:
- lib/calendar.rb
Class Method Summary collapse
Class Method Details
.view ⇒ Object
8 9 10 11 12 |
# File 'lib/calendar.rb', line 8 def view d = Date.today pyimport :calendar puts (calendar.month(d.year,d.month)) end |