Sha256: 545fcb5a600bde3c755a5b52ec8cf6cb23a16cda6ab3c6133ac806d92de7722c

Contents?: true

Size: 663 Bytes

Versions: 4

Compression:

Stored size: 663 Bytes

Contents

{
  "schema_type": "object",
  "ree_version": "1.0.1",
  "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

4 entries across 4 versions & 1 rubygems

Version Path
ree_lib-1.0.3 lib/ree_lib/packages/ree_string/schemas/ree_string/functions/upcase_first.schema.json
ree_lib-1.0.2 lib/ree_lib/packages/ree_string/schemas/ree_string/functions/upcase_first.schema.json
ree_lib-1.0.1 lib/ree_lib/packages/ree_string/schemas/ree_string/functions/upcase_first.schema.json
ree_lib-1.0.0 lib/ree_lib/packages/ree_string/schemas/ree_string/functions/upcase_first.schema.json