Sha256: 9661cefe4002a035ebb25055feae53afb07220a38574c71d915c443378475764

Contents?: true

Size: 342 Bytes

Versions: 5

Compression:

Stored size: 342 Bytes

Contents

class Fab

  # Fab a random latitude.
  # Delegate to Forgery::Geo.latitude.
  #
  # @returns [Float] a random latitude
  #
  def latitude
    Forgery::Geo.latitude
  end

  # Fab a random longitude.
  # Delegate to Forgery::Geo.longitude.
  #
  # @returns [Float] a random longitude
  #
  def longitude
    Forgery::Geo.longitude
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

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