Sha256: 790661aeb73d522103ce6dfa6d8ba91ecbe69104667118d3fce5f27927bec787

Contents?: true

Size: 1.39 KB

Versions: 4

Compression:

Stored size: 1.39 KB

Contents

{
  "schema_type": "object",
  "ree_version": "1.0.1",
  "name": "camelize",
  "path": "packages/ree_string/package/ree_string/functions/camelize.rb",
  "mount_as": "fn",
  "class": "ReeString::Camelize",
  "factory": null,
  "methods": [
    {
      "doc": "Converts strings to UpperCamelCase.\nIf the +uppercase_first_letter+ parameter is set to false, then produces\nlowerCamelCase.\n\nAlso converts '/' to '::' which is useful for converting\npaths to namespaces.\n\n  camelize('active_model')                # => \"ActiveModel\"\n  camelize('active_model', false)         # => \"activeModel\"\n  camelize('active_model/errors')         # => \"ActiveModel::Errors\"\n  camelize('active_model/errors', false)  # => \"activeModel::Errors\"\n\nAs a rule of thumb you can think of +camelize+ as the inverse of\n#underscore, though there are cases where that does not hold:\n\n  camelize(underscore('SSLError'))        # => \"SslError\"",
      "throws": [

      ],
      "return": "String",
      "args": [
        {
          "arg": "str",
          "type": "String"
        },
        {
          "arg": "opts",
          "type": "Ksplat[:uppercase_first_letter? => Bool, :acronyms? => HashOf[String, String]]"
        }
      ]
    }
  ],
  "links": [
    {
      "target": "acronyms_camelize_regex",
      "package_name": "ree_string",
      "as": "acronyms_camelize_regex",
      "imports": [

      ]
    }
  ]
}

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/camelize.schema.json
ree_lib-1.0.2 lib/ree_lib/packages/ree_string/schemas/ree_string/functions/camelize.schema.json
ree_lib-1.0.1 lib/ree_lib/packages/ree_string/schemas/ree_string/functions/camelize.schema.json
ree_lib-1.0.0 lib/ree_lib/packages/ree_string/schemas/ree_string/functions/camelize.schema.json