# File lib/ruby-debug/commands/jump.rb, line 7 def numeric?(object) true if Float(object) rescue false end