# File lib/librarian/config/source.rb, line 30
      def [](key)
        load!

        data[key]
      end