Method: HighLine#terminal
- Defined in:
- lib/highline.rb
#terminal ⇒ HighLine::Terminal (readonly)
System specific that responds to #initialize_system_extensions, #terminal_size, #raw_no_echo_mode, #restore_mode, #get_character. It polymorphically handles specific cases for different platforms.
184 185 186 |
# File 'lib/highline.rb', line 184 def terminal @terminal end |