class Aspen::AST::Nodes::Narrative

Attributes

statements[R]

Public Class Methods

new(statements) click to toggle source
# File lib/aspen/ast/nodes/narrative.rb, line 8
def initialize(statements)
  @statements = statements
end