lib/ppcurses/menu/date_menu.rb in ppcurses-0.1.0 vs lib/ppcurses/menu/date_menu.rb in ppcurses-0.1.1
- old
+ new
@@ -33,10 +33,10 @@
@win.timeout=-1
end
def show
- y = 2
+ y = 2
x = 2
str_array = @meta_info.month_str_array
str_array.each_with_index { |val, i|
\ No newline at end of file