self.hash_from_file
in
lib/team.rb [61:64]
3
lines of code
2
McCabe index (conditional complexity)
def self.hash_from_file @hash_from_file ||= YAML.load_file('teams.yml') end