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