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