module Grabbit
Constants
- VERSION
Public Instance Methods
url(url = "")
click to toggle source
# File lib/grabbit.rb, line 7 def url(url = "") Grabbit::Scrape.new(url) if url =~ URI::regexp(%w(http https)) end