Class: Rvim::Abbreviations::Entry
- Inherits:
-
Struct
- Object
- Struct
- Rvim::Abbreviations::Entry
- Defined in:
- lib/rvim/abbreviations.rb
Instance Attribute Summary collapse
-
#recursive ⇒ Object
Returns the value of attribute recursive.
-
#rhs ⇒ Object
Returns the value of attribute rhs.
Instance Attribute Details
#recursive ⇒ Object
Returns the value of attribute recursive
5 6 7 |
# File 'lib/rvim/abbreviations.rb', line 5 def recursive @recursive end |
#rhs ⇒ Object
Returns the value of attribute rhs
5 6 7 |
# File 'lib/rvim/abbreviations.rb', line 5 def rhs @rhs end |