# File lib/travis/client/env_var.rb, line 54 def [](key) return super if key.is_a? Integer detect { |e| e.name == key.to_s } end