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