class Rbenchmarker::AddedMethodDesignationError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/rbenchmarker/exceptions.rb, line 35 def initialize super('"Added" option must be an array containing only "String" or "Symbol".') end