class Byebug::Frame

def args


Gets current method arguments for the frame.
def args
  return c_args unless _binding
  ruby_args
end