instance method
name
Ruby on Rails 3.0.20
Since v2.2.3 Last seen in v3.2.22.5Signature
name()
No documentation comment.
Source
# File activesupport/lib/active_support/testing/performance.rb, line 239
def name
@name ||= self.class.name.demodulize.underscore
end
Defined in activesupport/lib/active_support/testing/performance.rb line 239
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Testing::Performance::Metrics::Base