# File lib/fastcst/repo.rb, line 200 200: def [](key) 201: env = YAML.load_file(@env_yaml) 202: return env[key] 203: end