summaryrefslogtreecommitdiff
path: root/lib/highline.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/highline.rb')
-rwxr-xr-xlib/highline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/highline.rb b/lib/highline.rb
index 7ab4d29..360a5c9 100755
--- a/lib/highline.rb
+++ b/lib/highline.rb
@@ -40,7 +40,7 @@ require "highline/builtin_styles"
# cli = HighLine.new
# answer = cli.ask "What do you think?"
# puts "You have answered: #{answer}"
-
+#
class HighLine
include BuiltinStyles
include CustomErrors