Method: HighLine#input

Defined in:
lib/highline.rb

#inputIO (readonly)

Returns the default input stream for a HighLine instance.

Returns:

  • (IO)

    the default input stream for a HighLine instance

[View source]

168
169
170
# File 'lib/highline.rb', line 168

def input
  @input
end