Sha256: cc71399c0881042cf1b68a5ddc508916e808e25bc8148ef412c0794857054876
Contents?: true
Size: 258 Bytes
Versions: 1
Compression:
Stored size: 258 Bytes
Contents
module RandomData # Defines methods for random uri generation module URI def http domains = %w(yahoo.com gmail.com privacy.net webmail.com msn.com hotmail.com example.com privacy.net) "http://www.#{domains.rand}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
malvestuto_random_data-1.5.2 | lib/random_data/uri.rb |