Sha256: 5f7792ccec11aeb8367bd66362389ca8b4ab42f2372fc3400603d3b18fe846e0
Contents?: true
Size: 581 Bytes
Versions: 71
Compression:
Stored size: 581 Bytes
Contents
{ "schema_type": "object", "schema_version": "1.1", "name": "dasherize", "path": "packages/ree_string/package/ree_string/functions/dasherize.rb", "mount_as": "fn", "class": "ReeString::Dasherize", "factory": null, "methods": [ { "doc": "Replaces underscores with dashes in the string.\n\n dasherize('puni_puni') # => \"puni-puni\"", "throws": [ ], "return": "String", "args": [ { "arg": "underscored_word", "arg_type": "req", "type": "String" } ] } ], "links": [ ] }
Version data entries
71 entries across 71 versions & 1 rubygems