Class: RichUrls::Browser
- Inherits:
-
Object
- Object
- RichUrls::Browser
- Defined in:
- lib/patron_browser.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#remote_call(_url) ⇒ Object
7 8 9 10 |
# File 'lib/patron_browser.rb', line 7 def remote_call(_url) raise NotImplementedError, 'subclasses of Browser need a remote_call method' end |