Module: GitFeats::Feats

Extended by:
Feats
Included in:
Feats
Defined in:
lib/git-feats/feats.rb

Constant Summary collapse

PATH =
File.dirname(__FILE__) + '/feats/feats.yml'

Instance Method Summary collapse

Instance Method Details

#allObject



10
11
12
# File 'lib/git-feats/feats.rb', line 10

def all
  @feats ||= YAML.load_file(PATH)
end