ToRange Code Climate Build Status

Small Ruby Gem to Convert strings (parseable) into Range Objects

Installation

Add this line to your application's Gemfile:

gem 'to_range'

And then execute:

$ bundle

Or install it yourself as:

$ gem install to_range

Usage

irb(main):001:0> "1..10".to_range
=> 1..10
=> PROFIT!

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request