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