Parent

Methods

Class/Module Index [+]

Quicksearch

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

Public Class Methods

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

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.