class Rouge::Lexers::HTTP

def self.methods

def self.methods
  @methods ||= %w(GET POST PUT DELETE HEAD OPTIONS TRACE PATCH)
end