Class: H2o::CommentNode

Inherits:
Node show all
Defined in:
lib/h2o/nodes.rb

Instance Method Summary collapse

Constructor Details

#initializeCommentNode

Returns a new instance of CommentNode.



66
67
# File 'lib/h2o/nodes.rb', line 66

def initialize()
end

Instance Method Details

#render(context, stream) ⇒ Object



69
70
# File 'lib/h2o/nodes.rb', line 69

def render(context, stream)
end