File: //usr/local/rvm/gems/default/doc/activesupport-6.1.4.1/ri/ActiveSupport/Inflector/camelize-i.ri
U:RDoc::AnyMethod[iI"
camelize:ETI"&ActiveSupport::Inflector#camelize;TF:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph; [I")Converts strings to UpperCamelCase. ;TI"NIf the +uppercase_first_letter+ parameter is set to false, then produces ;TI"lowerCamelCase.;To:RDoc::Markup::BlankLine o;
; [I">Also converts '/' to '::' which is useful for converting ;TI"paths to namespaces.;T@o:RDoc::Markup::Verbatim; [ I"@camelize('active_model') # => "ActiveModel"
;TI"@camelize('active_model', false) # => "activeModel"
;TI"Hcamelize('active_model/errors') # => "ActiveModel::Errors"
;TI"Hcamelize('active_model/errors', false) # => "activeModel::Errors"
;T:@format0o;
; [I"FAs a rule of thumb you can think of +camelize+ as the inverse of ;TI"B#underscore, though there are cases where that does not hold:;T@o;; [I"<camelize(underscore('SSLError')) # => "SslError";T;
0:
@fileI",lib/active_support/inflector/methods.rb;T:0@omit_headings_from_table_of_contents_below000[ I"*(term, uppercase_first_letter = true);T@"FI"Inflector;TcRDoc::NormalModule00