class Aspen::AST::Nodes::Comment

Attributes

content[R]

Public Class Methods

new(content) click to toggle source
# File lib/aspen/ast/nodes/comment.rb, line 8
def initialize(content)
  @content = Aspen::AST::Nodes::Content.new(content)
end