Sha256: 765982119719fe9651d66301a77ea5e4a9d8c671226fe3817e34744ad1dac551

Contents?: true

Size: 635 Bytes

Versions: 17

Compression:

Stored size: 635 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'
  }

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
volt-0.8.27.beta6 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.27.beta5 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.27.beta4 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.27.beta3 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.27.beta2 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.27.beta1 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.26.beta1 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.26 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.24 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.23 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.22 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.22.beta2 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.22.beta1 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.21 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.20 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.19 spec/extra_core/string_transformation_test_cases.rb
volt-0.8.18 spec/extra_core/string_transformation_test_cases.rb