Yee
It does only one thing:
What is Yee?
In case you don't know what it is, Yee comes from a cartoon called 'Dinosauri antropomorfi'.
Original clip:
https://www.youtube.com/watch?v=Y52Vpjhr4MU
and someone edited and made it a song:
https://www.youtube.com/watch?v=q6EoRBvdVPQ
and hence it went viral.
Search 'Yee' on Google or Youtube and you'll find hundreds of them.
Installation
Either puts:
gem 'yee'
in your Gemfile
and run bundle
or simply run:
gem install yee
Usage
Run:
yee
and you see the yee output.
Contributing
- Fork it ( https://github.com/nkj20932/yee/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