Method: Faker::Compass.half_wind

Defined in:
lib/faker/default/compass.rb

.half_windString

Produces a random half wind.

Examples:

Faker::Compass.half_wind #=> "north-northwest"

Returns:



41
42
43
# File 'lib/faker/default/compass.rb', line 41

def half_wind
  fetch('compass.half-wind.word')
end