A gem for creating ascii art memes.
Add this line to your application's Gemfile:
gem 'asciimeme'
And then execute:
$ bundle
Or install it yourself as:
$ gem install asciimeme
require 'asciimeme'
generator = Asciimeme::Generator.new('interesting')
generate.write("I do not always make memes",
"But when I do, I use asciimeme")
Or from the command line:
asciimeme interesting "I do not always..." "But when I do..."
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request