Sha256: 9c7edf2775fbef8b1ab768c4e0b5d6bbeeffb041b81fa983e8ebd9cb94b30309
Contents?: true
Size: 551 Bytes
Versions: 4
Compression:
Stored size: 551 Bytes
Contents
{ "schema_type": "object", "ree_version": "1.0.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", "type": "String" } ] } ], "links": [ ] }
Version data entries
4 entries across 4 versions & 1 rubygems