Sha256: bb26277cc6f0ac6b7fc3bb85db188da881aa24ae65f4318d96bfe6cf13dd9b95
Contents?: true
Size: 830 Bytes
Versions: 28
Compression:
Stored size: 830 Bytes
Contents
{ "schema_type": "object", "schema_version": "1.0", "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", "type": "String" } ] } ], "links": [ ] }
Version data entries
28 entries across 28 versions & 1 rubygems