class Rbenchmarker::OnlyMethodDesignationError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/rbenchmarker/exceptions.rb, line 23
def initialize
  super('"Only" option must be an array containing only "String" or "Symbol".')
end