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 8487703
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T21:19:24+00:00 2026-06-10T21:19:24+00:00

When working in C#, I found it very convenient to create extension methods. In

  • 0

When working in C#, I found it very convenient to create extension methods. In Ruby, one might look like:

class Fixnum
  is_divisible? divisor
    self % divisor == 0
  end
end

But I don’t see people extending built in types in this way.

The non-extension way would be:

def is_divisible? dividend, divisor
  dividend % divisor == 0
end

It seems to me that the second way is harder to read (is_divisible?(i, 5)) vs. i.is_divisible? 5. Or even, i.is_divisible_by? 5.

Is there a more eloquent Ruby-esque way to do this sort of thing? Or is the first method the preferred way?

  • 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-10T21:19:26+00:00Added an answer on June 10, 2026 at 9:19 pm

    While this is a somewhat trivial example, monkey patches are generally fine. Better to have the method in the class’s namespace than floating around in the middle of nowhere.

    Just bear in mind that if you’re writing a gem or something that you intend other people to use, your monkey patches have a chance of interfering with their monkey patches.

    For a simple case like this, it’s probably better to avoid it just to be safe.

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

Sidebar

Related Questions

Working in c# i've found very useful two static methods of the String class
One functionality of python that I found very handy when working with databases (or
Currently working with NSURLConnection. Found a great website showing important delegate methods coming with
I'm working with command-line SVN. Coming from TortoiseSVN on Windows, I found it very
Recently, I has been working with Drools component. I found a very interesting thing.
I've found a very basic modal window script that's working well on all browsers
Currently I am working on a android project and I found very useful source
I'm working on someone else's code and found something very interesting and hoping someone
Often I found myself working on 2 or more projects in one and the
I am working on a very simple web server. Till now I haven't found

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.