--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Converts a string into a valid ruby class or module name This method is geared toward code reflection. - !ruby/struct:SM::Flow::P body: Examples - !ruby/struct:SM::Flow::VERB body: " Style.modulize("camel_case") #=> "CamelCase"\n Style.modulize("camel/case") #=> "Camel::Case"\n Style.modulize("my_module__my_path") #=> "MyModule::MyPath"\n" - !ruby/struct:SM::Flow::P body: "See also #methodize, #pathize" full_name: String::Style::modulize is_singleton: true name: modulize params: (pathized_or_methodized_string) visibility: public