Skip to content

Commit

Permalink
Update documentation about highline/import and $terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
abinoam committed Jun 29, 2017
1 parent 07a9de4 commit 11f410a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/highline/import.rb
Expand Up @@ -14,11 +14,11 @@
# <tt>require "highline/import"</tt> adds shortcut methods to Kernel, making
# {HighLine#agree}, {HighLine#ask}, {HighLine#choose} and {HighLine#say}
# globally available. This is handy for
# quick and dirty input and output. These methods use the HighLine object in
# the global variable <tt>$terminal</tt>, which is initialized to use
# <tt>$stdin</tt> and <tt>$stdout</tt> (you are free to change this).
# Otherwise, these methods are identical to their {HighLine} counterparts, see that
# class for detailed explanations.
# quick and dirty input and output. These methods use HighLine.default_instance
# which is initialized to use <tt>$stdin</tt> and <tt>$stdout</tt> (you are free
# to change this).
# Otherwise, these methods are identical to their {HighLine} counterparts,
# see that class for detailed explanations.
#
module Kernel
extend Forwardable
Expand Down

0 comments on commit 11f410a

Please sign in to comment.