In Files

  • test-unit-3.5.3/lib/test/unit/assertions.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

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

Public Class Methods

new(value) click to toggle source
 
               # File test-unit-3.5.3/lib/test/unit/assertions.rb, line 2181
def initialize(value)
  @value = value
end
            

Public Instance Methods

inspect() click to toggle source
 
               # File test-unit-3.5.3/lib/test/unit/assertions.rb, line 2185
def inspect
  @value.to_s
end