Module: Tweakphoeus::Helpers

Included in:
CookieJar
Defined in:
lib/tweakphoeus/helpers.rb

Overview

Helper functions for common behavious across all classes

Instance Method Summary collapse

Instance Method Details

#get_domain(domain) ⇒ Object



6
7
8
# File 'lib/tweakphoeus/helpers.rb', line 6

def get_domain(domain)
  domain.match(%r{([a-zA-Z0-9]+://|)([^/]+)})[2].gsub(/^\./, '')
end