class Hiptest::Nodes::NullLiteral

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/hiptest-publisher/nodes.rb, line 102
def initialize
  super()
  @children = {}
end