# File lib/ruby_lexer.rb, line 66
  def comments
    c = @comments.join
    @comments.clear
    c
  end