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