Sha256: a4000708147b6c40264341fea61dfc796a8159117b54f01b2c44c52da04ce784

Contents?: true

Size: 478 Bytes

Versions: 1

Compression:

Stored size: 478 Bytes

Contents

# Prettyrb

Super experimental gem for auto-formatting Ruby files. Pronounced "pretty-erb"

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'prettyrb'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install prettyrb

## Usage

```ruby
PrettyRb.new(source_code).format
```

CLI helper coming soon™

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
prettyrb-0.1.0 README.md