Test::Unit::Assertions::AssertionMessage::Literal (Class)

In: test/unit/assertions.rb
Parent: Object

Methods

inspect   new  

Public Class methods

[Source]

# File test/unit/assertions.rb, line 391
          def initialize(value)
            @value = value
          end

Public Instance methods

[Source]

# File test/unit/assertions.rb, line 395
          def inspect
            @value.to_s
          end

[Validate]