class Mockdata::Countries
Constants
- COUNTRIES
Contact erik.van.eykelen@bitgain.com if you think I forgot/misspelled a country name
Public Class Methods
pick()
click to toggle source
# File lib/mockdata/countries.rb, line 7 def self.pick COUNTRIES.sample end