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