class Hashie::Rash

def respond_to_missing?(*args)

def respond_to_missing?(*args)
  @hash.respond_to?(*args)
end