class Debase::Frame

def binding

def binding
  @binding ||= Binding.setup(@location.variables, @location.method, @location.constant_scope)
end