module Googling
Constants
- VERSION
Public Class Methods
search(keywords)
click to toggle source
# File lib/googling.rb, line 6 def self.search(keywords) Googling::Search.new(keywords).execute end
# File lib/googling.rb, line 6 def self.search(keywords) Googling::Search.new(keywords).execute end