Skip to content

Commit

Permalink
ruby-debug issue #10 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Moseley committed Aug 20, 2009
1 parent 81d3b88 commit 35297e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rdebug
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
require 'rubygems'
require 'optparse'
require 'ostruct'
require 'ruby-debug'
require_relative '../cli/ruby-debug'

def debug_program(options)
# Make sure Ruby script syntax checks okay.
Expand Down

0 comments on commit 35297e4

Please sign in to comment.