module Serper

Constants

ENGINES
VERSION

Public Class Methods

analyse(connection) click to toggle source
# File lib/serper.rb, line 22
def self.analyse(connection)
  Analyser.new(connection)
end