# -*- encoding : utf-8 -*- module Hashie class Mash def get_binding return binding end end end