Sha256: c66cf959a5e2310510b2d77e354d60ccd7d3631e632648a44a362e490e8bd275

Contents?: true

Size: 444 Bytes

Versions: 17

Compression:

Stored size: 444 Bytes

Contents

## Symbol

### #camelize
Camelize the symbol 'just like String#camelize'

```ruby
:underscore_sym.camelize(:upper)
```

Returns

```ruby
:UnderscoreSym
```

```ruby
:underscore_sym.camelize(:lower)
```
Returns

```ruby
:underscoreSym
```

```ruby
:underscore_sym.camelize
```

Return

```ruby
:UnderscoreSym
```

### #underscore
underscore the symbol 'just like String#underscore'

```ruby
:symBol.underscore
```

Returns

```ruby
:sym_bol
```

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
darthjee-core_ext-1.7.4 SYMBOL_README.md
darthjee-core_ext-1.7.3 SYMBOL_README.md
darthjee-core_ext-1.7.2 SYMBOL_README.md
darthjee-core_ext-1.7.1 SYMBOL_README.md
darthjee-core_ext-1.7.0 SYMBOL_README.md
darthjee-core_ext-1.6.2 SYMBOL_README.md
darthjee-core_ext-1.6.1 SYMBOL_README.md
darthjee-core_ext-1.6.0 SYMBOL_README.md
darthjee-core_ext-1.5.6 SYMBOL_README.md
darthjee-core_ext-1.5.5 SYMBOL_README.md
darthjee-core_ext-1.5.4 SYMBOL_README.md
darthjee-core_ext-1.5.3 SYMBOL_README.md
darthjee-core_ext-1.5.2 SYMBOL_README.md
darthjee-core_ext-1.5.1 SYMBOL_README.md
darthjee-core_ext-1.5.0 SYMBOL_README.md
darthjee-core_ext-1.4.1 SYMBOL_README.md
darthjee-core_ext-1.4.0 SYMBOL_README.md