Skip to content

Instantly share code, notes, and snippets.

@MacoTasu
Last active December 17, 2015 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MacoTasu/5671289 to your computer and use it in GitHub Desktop.
Save MacoTasu/5671289 to your computer and use it in GitHub Desktop.
#例えばAcme::Testにあるpingというメソッドを変更したかったら..
#このスコープ内だけでメソッドを有効にする
{
local *Acme::Test::ping = sub{
##ここに処理を書く
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment