class Object
Public Instance Methods
should(*args, &block)
click to toggle source
# File lib/minitest/bacon.rb, line 144 def should(*args, &block) Minitest::ValueMonad.new(self).be(*args, &block) end
true?()
click to toggle source
# File lib/minitest/bacon.rb, line 140 def true? !!self end