Class: Zaid::Nodes::GetConstantNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/zaid/nodes/get_constant_node.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/zaid/nodes/get_constant_node.rb', line 5

def name
  @name
end

Instance Method Details

#eval(_context) ⇒ Object



6
7
8
# File 'lib/zaid/nodes/get_constant_node.rb', line 6

def eval(_context)
  Constants[name]
end