Flowdock
name() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/examples/performance.rb, line 60
    def self.name
      LOREM.grep(/^\w*$/).sort_by { rand }.first(2).join ' '
    end
Register or log in to add new notes.