Parent

Methods

Class/Module Index [+]

Quicksearch

DeltacloudUnitTest::StringTest

Public Instance Methods

test_camelize() click to toggle source
# File tests/core_ext/string.rb, line 26
def test_camelize
  "hello_camel".camelize.should == "helloCamel"
  "hello_camel_lots_of_humps".camelize.should == "helloCamelLotsOfHumps"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.