Class: HideMyAss::ProxyList
- Inherits:
-
Object
- Object
- HideMyAss::ProxyList
- Extended by:
- Forwardable
- Includes:
- Enumerable
- Defined in:
- lib/hidemyass/proxy_list.rb
Overview
Represent a list of proxies that match the specified search properties.
Instance Method Summary collapse
-
#initialize(&block) ⇒ HideMyAss::ProxyList
constructor
Represent a list of proxies that match the specified search properties.
Constructor Details
#initialize(&block) ⇒ HideMyAss::ProxyList
Represent a list of proxies that match the specified search properties.
22 23 24 |
# File 'lib/hidemyass/proxy_list.rb', line 22 def initialize(&block) @proxies = fetch(&block) end |