Skip to content

Instantly share code, notes, and snippets.

@lhside
lhside / file0.txt
Last active November 23, 2017 05:28
RakeでRidgepoleコマンドを実行する ref: https://qiita.com/lhside/items/0dcad79d9b801e34bc7c
bundle exec ridgepole --apply --file Schemafile --config config/database.yml
# 優先順位は変わらないので、優先順位にそってメッソドを再定義する
# メソッドが入れ替わっているので、式内の演算子も置換で入れ替える。
#
# ↑優先順位高
# | ビット or
# & ビット and
# + 加算
# * 乗算
# ↓優先順位低
#