class Aspen::AST::Nodes::Label
Attributes
content[R]
Public Class Methods
new(content)
click to toggle source
# File lib/aspen/ast/nodes/label.rb, line 8 def initialize(content) @content = Aspen::AST::Nodes::Content.new(content) end