Class: Test::Unit::Assertions::AssertionMessage::Literal
| Relationships & Source Files | |
| Inherits: | Object | 
| Defined in: | lib/test/unit/assertions.rb | 
Class Method Summary
- .new(value) ⇒ Literal constructor
Instance Method Summary
Constructor Details
    .new(value)  ⇒ Literal 
  
# File 'lib/test/unit/assertions.rb', line 1992
def initialize(value) @value = value end
Instance Method Details
#inspect
[ GitHub ]# File 'lib/test/unit/assertions.rb', line 1996
def inspect @value.to_s end