Class: Array
- Inherits:
-
Object
show all
- Defined in:
- lib/rhack/proxy/list.rb
Instance Method Summary
collapse
Instance Method Details
#grabprlist(dest) ⇒ Object
38
39
40
41
42
43
44
45
|
# File 'lib/rhack/proxy/list.rb', line 38
def grabprlist(dest)
if $Carier
text = ''
GetAll( lambda {text.grabprlist(dest)} ) {|res| text << res+"\n"}
else
getURLs.join("\n").grabprlist(dest)
end
end
|
#to_pl(file = nil) ⇒ Object
34
35
36
|
# File 'lib/rhack/proxy/list.rb', line 34
def to_pl(file=nil)
ProxyList self, file
end
|