# File lib/travis/client/entity.rb, line 138 def []=(key, value) key = key.to_s send("#{key}=", value) if include? key end