123456789_123456789_123456789_123456789_123456789_

Class: Test::Unit::Assertions::AssertionMessage::Literal

Relationships & Source Files
Inherits: Object
Defined in: lib/test/unit/assertions.rb

Class Method Summary

Instance Method Summary

Constructor Details

.new(value) ⇒ Literal

[ GitHub ]

  
# File 'lib/test/unit/assertions.rb', line 2273

def initialize(value)
  @value = value
end

Instance Method Details

#inspect

[ GitHub ]

  
# File 'lib/test/unit/assertions.rb', line 2277

def inspect
  @value.to_s
end