method
camelize
v6.0.0 -
Show latest stable
- Class:
ActiveSupport::Dependencies::ZeitwerkIntegration::Inflector
camelize(basename, _abspath)public
No documentation available.
# File activesupport/lib/active_support/dependencies/zeitwerk_integration.rb, line 57
def self.camelize(basename, _abspath)
basename.camelize
end