Class: H2o::CommentNode
Instance Method Summary collapse
-
#initialize ⇒ CommentNode
constructor
A new instance of CommentNode.
- #render(context, stream) ⇒ Object
Constructor Details
#initialize ⇒ CommentNode
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 |