Skip to content

Commit

Permalink
Rename method for more accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodríguez committed May 12, 2016
1 parent f1720c8 commit 0629281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/byebug/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def banner
# Starts byebug to debug a program.
#
def run
prepare_options.order!($ARGV)
option_parser.order!($ARGV)
return if version || help

if remote
Expand Down Expand Up @@ -127,7 +127,7 @@ def interface
#
# Processes options passed from the command line.
#
def prepare_options
def option_parser
OptionParser.new(banner, 25) do |opts|
opts.banner = banner

Expand Down

0 comments on commit 0629281

Please sign in to comment.