class Koara::Ast::ListBlock
Attributes
ordered[RW]
Public Class Methods
new(ordered)
click to toggle source
# File lib/koara/ast/listblock.rb, line 9 def initialize(ordered) @ordered = ordered end
Public Instance Methods
accept(renderer)
click to toggle source
# File lib/koara/ast/listblock.rb, line 13 def accept(renderer) renderer.visit_list_block(self) end