# File lib/parslet/atoms/visitor.rb, line 15
    def accept(visitor)
      visitor.visit_str(str)
    end