Method: Raspar.remove
- Defined in:
- lib/raspar.rb
permalink .remove(domain) ⇒ Object
[View source]
43 44 45 |
# File 'lib/raspar.rb', line 43 def remove(domain) @parsers.delete(URI(domain).host) if @parsers end |
43 44 45 |
# File 'lib/raspar.rb', line 43 def remove(domain) @parsers.delete(URI(domain).host) if @parsers end |