Exception: Fabulator::Expr::Exception

Inherits:
StandardError
  • Object
show all
Defined in:
lib/fabulator/expr.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#nodeObject

Returns the value of attribute node.



30
31
32
# File 'lib/fabulator/expr.rb', line 30

def node
  @node
end