Class: Reline::Key
- Inherits:
-
Struct
- Object
- Struct
- Reline::Key
- Defined in:
- lib/reline.rb
Instance Attribute Summary collapse
-
#char ⇒ Object
Returns the value of attribute char.
-
#combined_char ⇒ Object
Returns the value of attribute combined_char.
-
#with_meta ⇒ Object
Returns the value of attribute with_meta.
Instance Attribute Details
#char ⇒ Object
Returns the value of attribute char
16 17 18 |
# File 'lib/reline.rb', line 16 def char @char end |
#combined_char ⇒ Object
Returns the value of attribute combined_char
16 17 18 |
# File 'lib/reline.rb', line 16 def combined_char @combined_char end |
#with_meta ⇒ Object
Returns the value of attribute with_meta
16 17 18 |
# File 'lib/reline.rb', line 16 def end |