Class: Blufin::Scrape
- Inherits:
-
Object
- Object
- Blufin::Scrape
- Defined in:
- lib/core/scrape.rb
Class Method Summary collapse
-
.test ⇒ Object
Remove this!.
Class Method Details
.test ⇒ Object
Remove this!
7 8 9 10 11 12 |
# File 'lib/core/scrape.rb', line 7 def self.test # TODO - Put all scrape related shared code here. puts 'IT WORKS!' end |