# File lib/gh/instrumentation.rb, line 23
    def [](key)
      instrument(:access, :key => key) { super }
    end