class Hashie::Mash

def extractable_options?

play nice with ActiveSupport Array#extract_options!
def extractable_options?
  true
end