Sha256: df80048ac6b95dbe4cb56c80df64b4b31f6b3216db7d33e11689a69a06396a59

Contents?: true

Size: 161 Bytes

Versions: 5

Compression:

Stored size: 161 Bytes

Contents

require 'open-uri'

module Thug
	class Utils

		def internet?
			begin
			    true if open("http://www.google.com/")
			rescue
			    false
			end
		end
	end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thug-0.2.3 lib/thug/utils.rb
thug-0.2.2 lib/thug/utils.rb
thug-0.2.1 lib/thug/utils.rb
thug-0.2.0 lib/thug/utils.rb
thug-0.1.2 lib/thug/utils.rb