Sha256: f4d351900a786dad2527a38036e9ebe45a196b51037b886912d4f8c8413a238e
Contents?: true
Size: 859 Bytes
Versions: 71
Compression:
Stored size: 859 Bytes
Contents
{ "schema_type": "object", "schema_version": "1.1", "name": "demodulize", "path": "packages/ree_string/package/ree_string/functions/demodulize.rb", "mount_as": "fn", "class": "ReeString::Demodulize", "factory": null, "methods": [ { "doc": "Removes the module part from the expression in the string.\n\n demodulize('ActiveSupport::Inflector::Inflections') # => \"Inflections\"\n demodulize('Inflections') # => \"Inflections\"\n demodulize('::Inflections') # => \"Inflections\"\n demodulize('') # => \"\"\n\nSee also #deconstantize.", "throws": [ ], "return": "String", "args": [ { "arg": "path", "arg_type": "req", "type": "String" } ] } ], "links": [ ] }
Version data entries
71 entries across 71 versions & 1 rubygems