Sha256: 70473e2bd293480f52e0e3711c68af1bf3eed1f697fb3a41da08e85b1c1e0a6a

Contents?: true

Size: 607 Bytes

Versions: 1

Compression:

Stored size: 607 Bytes

Contents

# Ruby X

A tool to run a Ruby script while showing the executed command, just like
`bash -x`.

## Installation

```bash
$ gem install rubyx
```

## Usage

```bash
$ rubyx file.rb
```

## Contributing

1. [Fork](https://help.github.com/articles/fork-a-repo) the project.
2. Create a branch for your feature (`git checkout -b awesome-feature`).
3. Implement your feature (`vim`).
4. Commit your changes (`git commit -am 'Implemented an awesome feature'`).
5. Push to the branch (`git push origin awesome-feature`).
6. [Create](https://help.github.com/articles/creating-a-pull-request)
   a new Pull Request.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubyx-0.0.1 README.md