[Ruby]__method__と__callee__ - Qiita

__method__も__callee__も現在のメソッド名をシンボルで返すのだが、def method __method__end#=> methoddef callee __callee…