class Hashie::Rash

def method_missing(*args, &block)

def method_missing(*args, &block)
  @hash.send(*args, &block) || super
end