TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'fake_tag'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fake_tag
class Tag
extend FakeTag::Base
end
Tag.generate
Tag.generate
response
["car", "selfie", "love", "bike"]
Tag.generate 3
response
["v60", "dress", "lipstick"]
- Fork it ( https://github.com/mcka1n/fake_tag/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