Yan
yan
is a little gem to return a quote from the seminal Chinese-Canadian cooking programme, Wok With Yan.
Installation
Add this line to your application's Gemfile:
gem 'yan'
And then execute:
$ bundle
Or install it yourself as:
$ gem install yan
Usage
yan
comes with an executable which you can just run to get a quote on the commandline. Alternately, you can include the gem and get a quote with:
Yan::Quote.run
Contributing
- Fork it ( https://github.com/[my-github-username]/yan/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 a new Pull Request