Sha256: a090e27b0f958e3802e50a52f553d6e21a4eca69bb782350b2cec3a7d5e0ad66
Contents?: true
Size: 1.01 KB
Versions: 6
Compression:
Stored size: 1.01 KB
Contents
# RubyAnything Provide [anything](http://www.emacswiki.org/Anything) interface for ruby. Adds `_anything_` method to Kernel. *[Demo on Youtube](http://www.youtube.com/watch?v=To45SwaWTGo)* ![thumbnail](http://pic.toqoz.net/a74849e3c9c2e55afe925bba2dcc23dfd94184ca.png) ## Installation Add this line to your application's Gemfile: ```ruby group :development do gem 'ruby-anything' end ``` And then execute: ```sh $ bundle ``` Or install it yourself as: ```sh $ gem install ruby-anything ``` ## Usage ### Example1 Start pry ```sh $ pry [1] pry(main)> require 'ruby-anything' => true [2] pry(main)> _anything_ Pry.methods ``` ## Tips Add to your ~/.ircrc or ~/.pryrc ```ruby begin require 'ruby-anything' rescue LoadError => err puts "Failed to require. in #{__FILE__}" end ``` ## 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
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
ruby-anything-0.0.7 | README.md |
ruby-anything-0.0.6 | README.md |
ruby-anything-0.0.5 | README.md |
ruby-anything-0.0.4 | README.md |
ruby-anything-0.0.3 | README.md |
ruby-anything-0.0.2 | README.md |