[Source]
# File test/unit/assertions.rb, line 381 def initialize(value) @value = value end
# File test/unit/assertions.rb, line 385 def inspect @value.to_s end
[Validate]