# File lib/specinfra/backend/base.rb, line 19 def get_config(key) @config[key] || Specinfra.configuration.send(key) end