Exception: Fabulator::Expr::VariableAlreadyDefined

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

Instance Method Summary collapse

Constructor Details

#initialize(v) ⇒ VariableAlreadyDefined

Returns a new instance of VariableAlreadyDefined.



38
39
40
# File 'lib/fabulator/expr.rb', line 38

def initialize(v)
  @variable = v
end