In Files

Methods

Files

Bacon::TestUnitOutput::TapOutput::Kernel

Private Instance Methods

describe(*args, &block) click to toggle source
     # File lib/bacon.rb, line 284
284:   def describe(*args, &block) Bacon::Context.new(args.join(' '), &block).run  end
shared(name, &block) click to toggle source
     # File lib/bacon.rb, line 285
285:   def shared(name, &block)    Bacon::Shared[name] = block                     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.