Skip to content

Commit

Permalink
"Updating samples to reflect recent changes."
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyDiamondstein committed Jun 10, 2015
1 parent 92e2cdc commit 3b44e5d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ruby/search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ def get_service
def main
opts = Trollop::options do
opt :q, 'Search term', :type => String, :default => 'Google'
#Trollop requires values for "p" and "e".
opt :p, ""
opt :e, " "
opt :max_results, 'Max results', :type => :int, :default => 25
end

Expand Down

0 comments on commit 3b44e5d

Please sign in to comment.