class Test::Unit::Assertions::AssertionMessage::DelayedLiteral
Public Class Methods
new(value)
click to toggle source
# File lib/test/unit/assertions.rb, line 2002 def initialize(value) @value = value end
Public Instance Methods
inspect()
click to toggle source
# File lib/test/unit/assertions.rb, line 2006 def inspect @value.call.to_s end