HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
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::BlankLineo;
;	[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