module Hashie::Extensions::IndifferentAccess

def try_convert(*)

def try_convert(*)
  (hash = super) && self[hash]
end