Class: TTYString::Parser
- Inherits:
-
StringScanner
- Object
- StringScanner
- TTYString::Parser
- Defined in:
- lib/tty_string/parser.rb
Overview
Reads the text string a
Instance Attribute Summary collapse
-
#clear_style ⇒ Object
Returns the value of attribute clear_style.
-
#screen ⇒ Object
readonly
Returns the value of attribute screen.
Instance Method Summary collapse
Instance Attribute Details
#clear_style ⇒ Object
Returns the value of attribute clear_style.
12 13 14 |
# File 'lib/tty_string/parser.rb', line 12 def clear_style @clear_style end |
#screen ⇒ Object (readonly)
Returns the value of attribute screen.
13 14 15 |
# File 'lib/tty_string/parser.rb', line 13 def screen @screen end |