class Hiptest::Nodes::Parenthesis

Public Class Methods

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