Sha256: ab1e5b30fcace0fcae32f0006c6616b83d79a05ce25584cd03828e8a23a9f5e8
Contents?: true
Size: 664 Bytes
Versions: 28
Compression:
Stored size: 664 Bytes
Contents
{ "schema_type": "object", "schema_version": "1.0", "name": "upcase_first", "path": "packages/ree_string/package/ree_string/functions/upcase_first.rb", "mount_as": "fn", "class": "ReeString::UpcaseFirst", "factory": null, "methods": [ { "doc": "Converts just the first character to uppercase.\n\n upcase_first('what a Lovely Day') # => \"What a Lovely Day\"\n upcase_first('w') # => \"W\"\n upcase_first('') # => \"\"", "throws": [ ], "return": "String", "args": [ { "arg": "string", "type": "String" } ] } ], "links": [ ] }
Version data entries
28 entries across 28 versions & 1 rubygems