Sha256: 0a17909db2344b04bd8a39448eeabdb74b6f91c1b7c9d44d84c6645fc9d9955c
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
require "nokogiri" require "open-uri" require_relative "smartphone_finder/version" require_relative "smartphone_finder/cli" require_relative "smartphone_finder/brand" require_relative "smartphone_finder/device" require_relative "smartphone_finder/scraper" require_relative "smartphone_finder/specifications" module SmartphoneFinder # Your code goes here... #puts "it works !" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smartphone_finder-cli-1.1.0 | lib/smartphone_finder.rb |