module SkypeSearch

Constants

VERSION

Public Class Methods

configure() click to toggle source
# File lib/skype_search.rb, line 10
def self.configure
  SkypeSearch::DB.new(Settings.new.user_db)
end