File: //usr/local/rvm/gems/ruby-2.6.8/doc/activesupport-6.1.4.1/ri/String/camelize-i.ri
U:RDoc::AnyMethod[iI"
camelize:ETI"String#camelize;TF:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph; [I"\By default, +camelize+ converts strings to UpperCamelCase. If the argument to camelize ;TI"Eis set to <tt>:lower</tt> then camelize produces lowerCamelCase.;To:RDoc::Markup::BlankLine o;
; [I"a+camelize+ will also convert '/' to '::' which is useful for converting paths to namespaces.;T@o:RDoc::Markup::Verbatim; [ I"A'active_record'.camelize # => "ActiveRecord"
;TI"A'active_record'.camelize(:lower) # => "activeRecord"
;TI"I'active_record/errors'.camelize # => "ActiveRecord::Errors"
;TI"I'active_record/errors'.camelize(:lower) # => "activeRecord::Errors"
;T:@format0o;
; [I"/+camelize+ is also aliased as +camelcase+.;T@o;
; [I"+See ActiveSupport::Inflector.camelize.;T:
@fileI"6lib/active_support/core_ext/string/inflections.rb;T:0@omit_headings_from_table_of_contents_below000[[I"camelcase;To;; [ ;@;0I"(first_letter = :upper);T@FI"String;TcRDoc::NormalClass00