# File lib/hashie/rash.rb, line 106
    def method_missing(*args, &block)
      @hash.send(*args, &block)
    end