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