Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9311635
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T01:25:20+00:00 2026-06-19T01:25:20+00:00

Do you see any drawback (besides the obvious ones with monkey patching) in doing

  • 0

Do you see any drawback (besides the obvious ones with monkey patching) in doing this?

class Hash
   def +(other)
     self.merge(other)
   end
end

I found this really handy, but maybe there’s something I’m not considering and could be problematic.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-19T01:25:22+00:00Added an answer on June 19, 2026 at 1:25 am

    I don’t see any major drawbacks. A very minor drawback is that it adds an extra level to a call stack, making it slightly slower. To avoid this, you can use alias:

    class Hash
      alias :+ :merge
    end
    

    A benefit may be that you will be able to use the += syntax sugar, but I cannot think of a use case where you want to use += instead of merge!. The difference between them is whether the object id changes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I hardly see any pointer on the following problem related to Hibernate. This pertains
In Junit 4, do you see any drawback to throw a ComparisonFailure instead of
I am curious to see any alternative(s) to the regular if statements such as
I can't see any info about that. Where can I find the oldest date
I didn't see any output in the console or Visual Studio's output panel from:
I dont see any direct mention on using multiple slugs (or any behavior for
I don't see any documentation or core code to specifically address Insert ... On
The problem is that the Eclipse compiler do not see any layout or ids,
I've searched a bit and didn't see any similar question, so here goes. How
My server uses port#1988 But I don't see any option in connection wizard where

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.