Exception: Fabulator::Expr::Exception
- Inherits:
-
StandardError
- Object
- StandardError
- Fabulator::Expr::Exception
- Defined in:
- lib/fabulator/expr.rb
Instance Attribute Summary collapse
-
#node ⇒ Object
Returns the value of attribute node.
Instance Method Summary collapse
-
#initialize(n) ⇒ Exception
constructor
A new instance of Exception.
Constructor Details
#initialize(n) ⇒ Exception
Returns a new instance of Exception.
32 33 34 |
# File 'lib/fabulator/expr.rb', line 32 def initialize(n) @node = n end |
Instance Attribute Details
#node ⇒ Object
Returns the value of attribute node.
30 31 32 |
# File 'lib/fabulator/expr.rb', line 30 def node @node end |