# File lib/randexp/randgen.rb, line 58
  def self.email(options = {})
    domain = options.fetch(:domain, "#{word(options)}.example.org")
    "#{word(options)}@#{domain}"
  end