class Faker::Fantasy
Constants
- VERSION
Public Class Methods
place_adjective()
click to toggle source
# File lib/faker/fantasy.rb, line 35 def place_adjective fetch('fantasy.place.adjective') end
place_name()
click to toggle source
# File lib/faker/fantasy.rb, line 15 def place_name parse('fantasy.place.format') end
place_noun()
click to toggle source
# File lib/faker/fantasy.rb, line 39 def place_noun fetch('fantasy.place.noun') end
place_place()
click to toggle source
# File lib/faker/fantasy.rb, line 31 def place_place fetch('fantasy.place.place') end
region_adjective()
click to toggle source
# File lib/faker/fantasy.rb, line 23 def region_adjective fetch('fantasy.region.adjective') end
region_name()
click to toggle source
# File lib/faker/fantasy.rb, line 11 def region_name parse('fantasy.region.format') end
region_noun()
click to toggle source
# File lib/faker/fantasy.rb, line 27 def region_noun fetch('fantasy.region.noun') end
terrain()
click to toggle source
# File lib/faker/fantasy.rb, line 19 def terrain fetch('fantasy.region.terrain') end
the()
click to toggle source
# File lib/faker/fantasy.rb, line 43 def the 'The' end