class Blufin::Scrape

Public Class Methods

test() click to toggle source

Remove this! @return void

# File lib/core/scrape.rb, line 7
def self.test

    # TODO - Put all scrape related shared code here.
    puts 'IT WORKS!'

end