class Koara::Ast::Strong

Public Instance Methods

accept(renderer) click to toggle source
# File lib/koara/ast/strong.rb, line 7
def accept(renderer)
  renderer.visit_strong(self)
end