class Rufo::Formatter

def bug(msg)

def bug(msg)
  raise Rufo::Bug.new("#{msg} at #{current_token}")
end