class Rubycritic::Configuration

def root=(path)

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