# File lib/hashie/extensions/indifferent_access.rb, line 45
            def try_convert(*)
              (hash = super) && self[hash]
            end