class Rbenchmarker::ExceptModuleDesignationError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/rbenchmarker/exceptions.rb, line 11 def initialize super('"except_modules" option must be an array containing only the defined "Module".') end