diff options
author | Abinoam P. Marques Jr <abinoam@gmail.com> | 2017-09-24 22:51:52 -0300 |
---|---|---|
committer | Abinoam P. Marques Jr <abinoam@gmail.com> | 2017-09-25 06:51:00 -0300 |
commit | e4aef4f20a2cab1f471eca70bb5fa52ffadebfe7 (patch) | |
tree | 27335a7ad81cc469d3391f3588f60fe3e71d6989 /lib/highline.rb | |
parent | fc31611ef5083bb4a3ece4511ac40c02f76b527d (diff) | |
download | highline-e4aef4f20a2cab1f471eca70bb5fa52ffadebfe7.tar.gz |
Adjust documentation
Diffstat (limited to 'lib/highline.rb')
-rwxr-xr-x | lib/highline.rb | 2 |
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 |