Sha256: cd73f3f47041fdb27d9da00d75ce15f7345bd7a557b1a2ace546036578b90efd

Contents?: true

Size: 415 Bytes

Versions: 1

Compression:

Stored size: 415 Bytes

Contents

# Content Spinning

content_spinning is a ruby lib to spin some text.

## Example

```ruby
"Hi {there|you}! I'm {efficient|productive}.".spin
# or
ContentSpinning.spin "Hi {there|you}! I'm {efficient|productive}."
```

returns this array :

```ruby
["Hi there! I'm efficient.", "Hi there! I'm productive.", "Hi you! I'm efficient.", "Hi you! I'm productive."]
```

## Install

```
gem install content_spinning
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
content_spinning-0.0.1 README.md