既存の松屋のメニューを参考にして、ありそうなメニューを適当に作ります。たまに実在するメニューも出てきます。
bundle
gem 'matsuya'
こうじゃ
$ bundle
こっちでもいいかな
$ gem install matsuya
gem install
した場合は、以下のようなコマンドを入力するとなにか出てきます。
% matsuya
牛めし
% matsuya
牛めし
% matsuya
めし
% matsuya -o 0.8
オリジナルチリソースハンバーグ定食
% matsuya
プレミアムカルビキムカル丼
%
キツい
コマンドラインオプションについては -h オプションをつけてくれ
require 'matsuya'
puts Matsuya.order
puts Matsuya.order(0)
puts Matsuya.order(0.8)
output:
キムチチゲ膳(プレミアム牛肉使用)
プレミアム旨辛ネギ塩豚バラ生姜焼定食
シャンピニオンソース豆腐カレー
- Fork it ( https://github.com/[my-github-username]/matsuya/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