RubySL::Rexml
This gem packages the MRI standard library REXML. See README.MRI.md for
license, authors, and description of the original library.
Installation
Add this line to your application's Gemfile:
gem 'rubysl-rexml'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rubysl-rexml
Usage
TODO: Write usage instructions here
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request