Module: Rcodetools::ProcessParticularLine::ExpressionExtension
- Defined in:
- lib/rcodetools/completion.rb
Instance Attribute Summary collapse
-
#eval_string ⇒ Object
Returns the value of attribute eval_string.
-
#meth ⇒ Object
Returns the value of attribute meth.
Instance Attribute Details
#eval_string ⇒ Object
Returns the value of attribute eval_string.
29 30 31 |
# File 'lib/rcodetools/completion.rb', line 29 def eval_string @eval_string end |
#meth ⇒ Object
Returns the value of attribute meth.
30 31 32 |
# File 'lib/rcodetools/completion.rb', line 30 def meth @meth end |