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