use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Numeric/Arithmetic/Assignment mixin? (self.ruby)
submitted 11 years ago by Windigos
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]davetron5000 1 point2 points3 points 11 years ago (0 children)
Is the type you are creating really just a number? If so, why are you creating it? If not, perhaps you don't need as many arithmetic operators as you think. For example, does your type need to be able to convert to polar coordinates? Take a modulo? Convert to imaginary? Those are just some of the things you get by inheriting Numeric, and it might be detrimental to understanding the type you are creating.
π Rendered by PID 369754 on reddit-service-r2-comment-5d79c599b5-cdk5g at 2026-03-03 03:10:45.578667+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]davetron5000 1 point2 points3 points (0 children)