Sha256: dfa5d4177535095f55f9e43fc8a8770af4c68eafd612233811016835476b9e2a
Contents?: true
Size: 850 Bytes
Versions: 52
Compression:
Stored size: 850 Bytes
Contents
CamelToUnderscore = { 'Product' => 'product', 'SpecialGuest' => 'special_guest', 'ApplicationController' => 'application_controller', 'Area51Controller' => 'area51_controller' } UnderscoreToLowerCamel = { 'product' => 'product', 'special_guest' => 'specialGuest', 'application_controller' => 'applicationController', 'area51_controller' => 'area51Controller' } UnderscoresToDashes = { 'street' => 'street', 'street_address' => 'street-address', 'person_street_address' => 'person-street-address' } UnderscoresToHeaders = { 'proxy_authenticate' => 'Proxy-Authenticate', 'set_cookie' => 'Set-Cookie', 'set-cookie' => 'Set-Cookie', 'via' => 'Via', 'WWW_Authenticate' => 'WWW-Authenticate' }
Version data entries
52 entries across 52 versions & 1 rubygems