Class: Minitest::Expectation

Inherits:
Struct
  • Object
show all
Defined in:
lib/minitest/spec.rb

Overview

fucking hell rdoc…

Instance Attribute Summary collapse

Instance Attribute Details

#ctxObject

Returns the value of attribute ctx



43
44
45
# File 'lib/minitest/spec.rb', line 43

def ctx
  @ctx
end

#targetObject

Returns the value of attribute target



43
44
45
# File 'lib/minitest/spec.rb', line 43

def target
  @target
end