method
name
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::Faker
name()public
No documentation available.
# File activerecord/examples/performance.rb, line 60
def self.name
LOREM.grep(/^\w*$/).sort_by { rand }.first(2).join ' '
end