Method: Cal#monthly

Defined in:
lib/cal.rb

#monthly(y, m) ⇒ Object



132
133
134
135
136
137
138
# File 'lib/cal.rb', line 132

def monthly(y, m)
 if $lang == "nl"
  return nl_pict(y,m)
  end
  return en_pict(y,m)
  #unlines(pict(y, m))
end