Top Level Namespace
Defined Under Namespace
Classes: RedirectFollower
Instance Method Summary collapse
-
#RedirectFollower(url, limit = 5) ⇒ Object
Shorthand for RedirectFollower.new(url).resolve.url - just get the destination url for given url.
Instance Method Details
#RedirectFollower(url, limit = 5) ⇒ Object
Shorthand for RedirectFollower.new(url).resolve.url - just get the destination url for given url
7 8 9 |
# File 'lib/redirect_follower.rb', line 7 def RedirectFollower(url, limit=5) RedirectFollower.new(url, limit).url end |