class Byebug::Frame
def ruby_args
def ruby_args meth_name = _binding.eval('__method__') return [] unless meth_name meth_obj = _self.method(meth_name) return [] unless meth_obj meth_obj.parameters end
def ruby_args meth_name = _binding.eval('__method__') return [] unless meth_name meth_obj = _self.method(meth_name) return [] unless meth_obj meth_obj.parameters end