class CopyTunerClient::Configuration

def environment_info

Returns:
  • (String) - a description of the environment in which this configuration was built.
def environment_info
  parts = ["Ruby: #{RUBY_VERSION}", framework, "Env: #{environment_name}"]
  parts.compact.map { |part| "[#{part}]" }.join(" ")
end