Skip to content

Commit

Permalink
fix: rurema[Enter] raises error
Browse files Browse the repository at this point in the history
  • Loading branch information
yhara committed Jul 2, 2010
1 parent 0e6660a commit fd5bd38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/rurema
Expand Up @@ -55,6 +55,7 @@ class Options
}
}
@query, @num = @optionparser.parse(argv)
@query = "" if @query.nil?
@num = @num.to_i if @num
end
attr_reader :dry_run, :ruremadir, :rubyver, :open_browser
Expand Down

0 comments on commit fd5bd38

Please sign in to comment.