# File lib/rouge/lexers/http.rb, line 10 def self.http_methods @http_methods ||= %w(GET POST PUT DELETE HEAD OPTIONS TRACE PATCH) end