class Hiptest::Nodes::Dict
Public Class Methods
new(items)
click to toggle source
Calls superclass method
# File lib/hiptest-publisher/nodes.rb, line 181 def initialize(items) super() @children = {items: items} end