In Files

Parent

Files

Bacon::TestUnitOutput::TapOutput::Object

Public Instance Methods

false?() click to toggle source
# File lib/bacon.rb, line 227
def false?; false; end
should(*args, &block) click to toggle source
# File lib/bacon.rb, line 279
def should(*args, &block)    Should.new(self).be(*args, &block)             end
true?() click to toggle source
# File lib/bacon.rb, line 226
def true?; false; end

[Validate]

Generated with the Darkfish Rdoc Generator 2.