module FFaker::NameJA

def last_first

def last_first
  "#{last_name}#{first_name}"
end