Sha256: 4d1c9bc1d35a80f83f2841dcdf9fe79f24906713e96589c6480c627c0a11c5d1
Contents?: true
Size: 724 Bytes
Versions: 71
Compression:
Stored size: 724 Bytes
Contents
{ "schema_type": "object", "schema_version": "1.1", "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", "arg_type": "req", "type": "String" }, { "arg": "patterns", "arg_type": "req", "type": "ArrayOf[Or[String, Regexp]]" } ] } ], "links": [ ] }
Version data entries
71 entries across 71 versions & 1 rubygems