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

公共类方法

new(value) 点击切换源代码
# File test-unit-3.6.7/lib/test/unit/assertions.rb, line 2273
def initialize(value)
  @value = value
end

公共实例方法

inspect() 点击切换源代码
# File test-unit-3.6.7/lib/test/unit/assertions.rb, line 2277
def inspect
  @value.to_s
end