--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: The reverse of camelize. Makes an underscored form from the expression in the string. - !ruby/struct:SM::Flow::P body: Changes '::' to '/' to convert namespaces to paths. - !ruby/struct:SM::Flow::P body: Examples - !ruby/struct:SM::Flow::VERB body: " "ActiveRecord".underscore #=> "active_record"\n "ActiveRecord::Errors".underscore #=> active_record/errors\n" full_name: String::Style::snakecase is_singleton: true name: snakecase params: (camel_cased_word) visibility: public