In Files

Files

Class/Module Index [+]

Quicksearch

Cucumber

This code was taken from the RSpec project and slightly modified.

Attributes

use_full_backtrace[RW]
wants_to_quit[RW]

Public Class Methods

logger() click to toggle source
# File lib/cucumber.rb, line 16
def logger
  return @log if @log
  @log = Logger.new(STDOUT)
  @log.level = Logger::INFO
  @log
end
logger=(logger) click to toggle source
# File lib/cucumber.rb, line 23
def logger=(logger)
  @log = logger
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.