lib/highline/menu.rb in highline-1.6.12 vs lib/highline/menu.rb in highline-1.6.13
- old
+ new
@@ -1,7 +1,5 @@
-#!/usr/local/bin/ruby -w
-
# menu.rb
#
# Created by Gregory Thomas Brown on 2005-05-10.
# Copyright 2005. All rights reserved.
#
@@ -387,9 +385,11 @@
"You must choose one of " +
"#{options.inspect}.",
:not_in_range =>
"Your answer isn't within the expected range " +
"(#{expected_range}).",
+ :mismatch =>
+ "Your entries didn't match.",
:not_valid =>
"Your answer isn't valid (must match " +
"#{@validate.inspect})."
)
end