Sha256: 702b12de87065e97036bdd265a94c24bedbb383bd930129fca17a8c4acb2c950

Contents?: true

Size: 157 Bytes

Versions: 5

Compression:

Stored size: 157 Bytes

Contents

class Fab

  # Fab a random URI.
  # Delegates to Forgery::Internet.uri.
  #
  # @returns [String] a URI
  #
  def uri 
    Forgery::Internet.uri
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sixarm_ruby_fab-1.1.0 lib/sixarm_ruby_fab/internet.rb
sixarm_ruby_fab-1.0.4 lib/sixarm_ruby_fab/internet.rb
sixarm_ruby_fab-1.0.2 lib/sixarm_ruby_fab/internet.rb
sixarm_ruby_fab-1.0.1 lib/sixarm_ruby_fab/internet.rb
sixarm_ruby_fab-1.0.0 lib/sixarm_ruby_fab/internet.rb