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