lib/knj/cmd_parser.rb in knjrbfw-0.0.59 vs lib/knj/cmd_parser.rb in knjrbfw-0.0.62
- old
+ new
@@ -25,10 +25,10 @@
if match[17] and match[18] and match[19]
month = match[18].to_i
date = match[19].to_i
elsif match[20] and match[21] and match[22]
- month = Knj::Datet.month_str_to_no(match[21])
+ month = Datet.month_str_to_no(match[21])
date = match[22].to_i
end
if !year
if month > Time.now.month
\ No newline at end of file