class Koara::Ast::LineBreak
Attributes
explicit[RW]
Public Instance Methods
accept(renderer)
click to toggle source
# File lib/koara/ast/linebreak.rb, line 9 def accept(renderer) renderer.visit_linebreak(self) end