lib/ruby-debug/commands/jump.rb in ruby-debug-ide19-0.4.11 vs lib/ruby-debug/commands/jump.rb in ruby-debug-ide19-0.4.12
- old
+ new
@@ -16,10 +16,10 @@
$
/ix
end
def execute
- if RUBY_VERSION < "1.9"
+ unless @state.context.respond_to?(:jump)
print_msg "Not implemented"
return
end
if !@match[1]
print_msg "\"jump\" must be followed by a line number"