Skip to content

Instantly share code, notes, and snippets.

@salma71
Last active March 16, 2018 22:04
Show Gist options
  • Save salma71/385067300d709ac9c13b620fd7cd76f7 to your computer and use it in GitHub Desktop.
Save salma71/385067300d709ac9c13b620fd7cd76f7 to your computer and use it in GitHub Desktop.
def list_product
PumpSelection::Scraper.scarp
PumpSelection::Scraper.scrape_product
PumpSelection::Scraper.display_product
end
def list_series(input)
PumpSelection::Scraper.scarp
PumpSelection::Scraper.scrape_product
PumpSelection::Scraper.display_series(input)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment