Created
December 14, 2014 09:13
-
-
Save shibafu528/00d4c0d9bf0f43e7cb20 to your computer and use it in GitHub Desktop.
チェインあひる焼き
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
Plugin.create(:ahiruyaki_chain) do | |
on_ahiruyaki_baked_others do | |
Plugin.call :ahiruyaki_bake | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment