Class: Rvim::Abbreviations::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/rvim/abbreviations.rb

Instance Attribute Summary collapse

Instance Attribute Details

#recursiveObject

Returns the value of attribute recursive

Returns:

  • (Object)

    the current value of recursive



5
6
7
# File 'lib/rvim/abbreviations.rb', line 5

def recursive
  @recursive
end

#rhsObject

Returns the value of attribute rhs

Returns:

  • (Object)

    the current value of rhs



5
6
7
# File 'lib/rvim/abbreviations.rb', line 5

def rhs
  @rhs
end