module Auto
Public Instance Methods
view()
click to toggle source
# File lib/autocal.rb, line 11 def view yr = ARGV[1] mh = ARGV[2] pyimport :calendar puts (calendar.month(yr.to_i,mh.to_i)) end
# File lib/autocal.rb, line 11 def view yr = ARGV[1] mh = ARGV[2] pyimport :calendar puts (calendar.month(yr.to_i,mh.to_i)) end