Sha256: c4ca7b6b88bc340c6bae674d8901b4c61538fa3e994901578562f892b8231d70
Contents?: true
Size: 666 Bytes
Versions: 28
Compression:
Stored size: 666 Bytes
Contents
{ "schema_type": "object", "schema_version": "1.0", "name": "remove", "path": "packages/ree_string/package/ree_string/functions/remove.rb", "mount_as": "fn", "class": "ReeString::Remove", "factory": null, "methods": [ { "doc": "Alters the string by removing all occurrences of the patterns.\n remove(\"foo bar test\", [\" test\", /bar/]) # => \"foo \"", "throws": [ ], "return": "String", "args": [ { "arg": "str", "type": "String" }, { "arg": "patterns", "type": "ArrayOf[Or[String, Regexp]]" } ] } ], "links": [ ] }
Version data entries
28 entries across 28 versions & 1 rubygems