Class: Scrape::DefaultLoader::Sandbox
- Inherits:
-
Object
- Object
- Scrape::DefaultLoader::Sandbox
- Includes:
- Scrape::DSL
- Defined in:
- lib/scrape/default_loader.rb
Instance Method Summary collapse
-
#initialize(sites) ⇒ Sandbox
constructor
A new instance of Sandbox.
Methods included from Scrape::DSL
Constructor Details
#initialize(sites) ⇒ Sandbox
Returns a new instance of Sandbox.
15 16 17 |
# File 'lib/scrape/default_loader.rb', line 15 def initialize sites @sites = sites end |