class Byebug::JumpCommand

def numeric?(object)

def numeric?(object)
  true if Float(object) rescue false
end