Class: MarkdownExpander::Expander::Expression
- Inherits:
-
Object
- Object
- MarkdownExpander::Expander::Expression
- Defined in:
- lib/markdown-expander.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
Instance Method Summary collapse
-
#initialize(expression) ⇒ Expression
constructor
A new instance of Expression.
Constructor Details
#initialize(expression) ⇒ Expression
Returns a new instance of Expression.
156 157 158 |
# File 'lib/markdown-expander.rb', line 156 def initialize expression @expression = expression end |
Instance Attribute Details
#expression ⇒ Object
Returns the value of attribute expression.
155 156 157 |
# File 'lib/markdown-expander.rb', line 155 def expression @expression end |