Irosi
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'irosi'
And then execute:
$ bundle
Or install it yourself as:
$ gem install irosi
Usage
Rosi.download do
for num in 1..8
item(num)
end
end
or
Rosi.download do
item(1)
item(2)
item(4)
end
Contributing
- Fork it ( http://github.com/
/irosi/fork ) - 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