class Byebug::Frame

def initialize(context, pos)

def initialize(context, pos)
  @context = context
  @pos = pos
end