Exception: TestBenchmarker::ClassNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/test_benchmarker/core_ext.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(class_str) ⇒ ClassNotFoundError

Returns a new instance of ClassNotFoundError.



3
4
5
# File 'lib/test_benchmarker/core_ext.rb', line 3

def initialize(class_str)
  @class_str = class_str
end

Instance Attribute Details

#class_strObject

Returns the value of attribute class_str.



2
3
4
# File 'lib/test_benchmarker/core_ext.rb', line 2

def class_str
  @class_str
end