class Randgen

Public Class Methods

uri() click to toggle source
# File lib/attributor/types/uri.rb, line 79
def self.uri
  "http://example.com/#{word}/#{rand(10**9)}"
end