Currently I use klout gem in many times for all my projects. In the gem, there is: 
Hash.send :include, Hashie::HashExtensions
hash extension include but I want to change it to:
Hash.send :include, Hashie::Extensions
How can I overwrite this line?
PS: I suggest you to check source code of the gem, especially klout.rb
 
     
     
    