class Test::Unit::Assertions::AssertionMessage::DelayedLiteral

公共类方法

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

公共实例方法

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