class Test::Unit::Assertions::AssertionMessage::Literal
Public Class Methods
Source
# File bundled-src/test-unit-3.7.5/lib/test/unit/assertions.rb, line 2268 def initialize(value) @value = value end
Public Instance Methods
Source
# File bundled-src/test-unit-3.7.5/lib/test/unit/assertions.rb, line 2272 def inspect @value.to_s end