Object
This class has information (and data) of the method being called. Used by Pluggable and Monitor
# File lib/rubybreaker/runtime/pluggable.rb, line 19 def initialize(meth_name, args, blk, ret) @meth_name = meth_name @args = args @blk = blk @ret = ret end