method
v3.2.13 -
Show latest stable
- Class:
ActiveRecord::Faker
email()public
No documentation available.
# File activerecord/examples/performance.rb, line 62
def self.email
LOREM.grep(/^\w*$/).sort_by { rand }.first(2).join('@') + ".com"
end