class Rubycritic::Configuration

def initialize

def initialize
  self.root = "tmp/rubycritic"
end

def root=(path)

def root=(path)
  @root = File.expand_path(path)
end