class RuboCop::Cop::Rails::HttpStatus::NumericStyleChecker

def number

def number
  ::Rack::Utils::SYMBOL_TO_STATUS_CODE[symbol]
end