11 lines
93 B
Ruby
11 lines
93 B
Ruby
class Typhoeus::Hydra
|
|
def initialize
|
|
end
|
|
|
|
def queue(*args)
|
|
end
|
|
|
|
def run
|
|
end
|
|
end
|
|
|