Last active
March 16, 2018 22:04
-
-
Save salma71/385067300d709ac9c13b620fd7cd76f7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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