Class: GitCleanser::ConfigLoader

Inherits:
Object
  • Object
show all
Defined in:
lib/git_cleanser/config_loader.rb

Instance Method Summary collapse

Instance Method Details

#configObject



5
6
7
# File 'lib/git_cleanser/config_loader.rb', line 5

def config
  @config ||= YAML.load(File.read("git_cleanser.yml"))
end