module FFaker::NameES

def name

In Spain we use two surnames: The father's and the mother's
def name
  "#{first_name} #{last_name} #{last_name}"
end