Sha256: e6f51990509dcfec94b686188ab3cd01f0a715b5918fde6c628bfd1d69d1651a

Contents?: true

Size: 469 Bytes

Versions: 1

Compression:

Stored size: 469 Bytes

Contents

# Refactor

A command line tool to help refactor your code.

## Usage

Make sure your code is backed up (e.g. under version control and fully committed) first!

```bash
gem install refactor
# Then, from your project (sub)directory:
refactor FROM TO
```

where `FROM` and `TO` can each be a name that `has_underscores`, is `CamelCased`, `has-dashes`, or is `"separated with spaces between quotes"`.  It will replace the `FROM` with the `TO` in the corresponding format.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refactor-0.0.1 README.md