Exception: Dentaku::UnboundVariableError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/dentaku/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(unbound_variables) ⇒ UnboundVariableError

Returns a new instance of UnboundVariableError.



5
6
7
# File 'lib/dentaku/exceptions.rb', line 5

def initialize(unbound_variables)
  @unbound_variables = unbound_variables
end

Instance Attribute Details

#unbound_variablesObject (readonly)

Returns the value of attribute unbound_variables.



3
4
5
# File 'lib/dentaku/exceptions.rb', line 3

def unbound_variables
  @unbound_variables
end