class Flor::Node::PseudoVarContainer
Public Class Methods
Source
# File lib/flor/core/node.rb, line 366 def initialize(type); @type = type; end
inherit from Hash so that Dense is quietly mislead
Public Instance Methods
Source
# File lib/flor/core/node.rb, line 368 def [](key); [ "_#{@type}", { @type => key }, -1 ]; end
def has_key?(key); true; end