class Aspen::AST::Nodes::Edge

Attributes

content[R]

Public Class Methods

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