codetodya (Sumit Mahamuni)
- Login: codetodya
- Email: mahamunisumit@gmail.com
- Registered on: 11/27/2015
- Last sign in: 01/05/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
01/15/2016
-
05:50 AM Ruby Bug #11980: External methods are appearing as instance methods for String
- It's not really a bug.
When you define following method. It is added on Object class. And any class which inherits from Object class will have following method.
You can try calling following method on any class which inherits Obj...
01/04/2016
-
09:30 AM Ruby Feature #11939: Syntax sugar to apply a method replace a variable
- According to ruby conventions shouldn't that be
var.some_method!(some_args) if some_condition.
Because you are modifying same object. Why do you need new feature?
01/03/2016
-
08:14 AM Ruby Bug #11903: [BUG] vm_call_cfunc - cfp consistency error
- Check this related issue -https://bugs.ruby-lang.org/issues/7938
-
08:13 AM Ruby Bug #11903: [BUG] vm_call_cfunc - cfp consistency error
- Check this related issue -https://bugs.ruby-lang.org/issues/7938