class Zeitwerk::GemInflector

def camelize(basename, abspath)

Experimental RBS support (using type sampling data from the type_fusion project).

def camelize: (String basename, String abspath, String _abspath) -> String

This signature was generated using 8 samples from 1 application.

@sig (String, String) -> String
def camelize(basename, abspath)
  abspath == @version_file ? "VERSION" : super
end