module FFaker::NameTHEN
Public Instance Methods
Source
# File lib/ffaker/name_th_en.rb, line 10 def first_name fetch_sample(FIRST_NAMES) end
Source
# File lib/ffaker/name_th_en.rb, line 14 def last_name fetch_sample(LAST_NAMES) end
Source
# File lib/ffaker/name_th_en.rb, line 18 def nick_name fetch_sample(NICK_NAMES) end