## mootools-plus mootools-plus provides helpers and Ruby-like methods to Javascript MooTools core classes and plus. ## Installation Add the gem in your `Gemfile`: ```ruby group :assets do gem 'mootools-plus' end ``` Then `bundle install` it. Add mootools-plus to the asset pipeline: ```javascript //= require mootools-plus/array //= require mootools-plus/element ``` Enjoy! ## Documentation * [Native elements](https://github.com/caedes/mootools-plus/wiki/Native-elements) ## License This project uses MIT-LICENSE.