mudasobwa (Alexei Matyushkin)
- Login: mudasobwa
- Email: am@mudasobwa.ru
- Registered on: 07/25/2014
- Last sign in: 09/14/2016
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 2 | 2 |
Activity
11/22/2016
- 10:07 AM Ruby master Feature #12968: Allow default value via block for Integer(), Float() and Rational()
- Stefan Schüßler wrote:
> ```ruby
> Integer('foo') { 0 } #=> 0 (same as 'foo'.to_i)
> ```
...
09/14/2016
- 11:36 AM Ruby master Bug #12761 (Closed): Ruby 2.3.1 has a bug in `Module#alias` and `Module#alias_method`
- Consider the following code:
~~~ ruby
module M
def original ; puts __callee__ ; end
alias_m...
07/25/2014
- 10:55 AM Ruby master Bug #10092 (Rejected): singleton_method behaves inconsistent with singleton_methods on modules, extending self
- Let’s consider the following code:
~~~ruby
module M
extend self
def m_i
puts "m_i"
end
def m
...
Also available in: Atom