General

Profile

rbevers (Russell Bevers)

  • Login: rbevers
  • Email: rbevers@acm.org
  • Registered on: 04/15/2011
  • Last sign in: 02/03/2016

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

04/27/2011

01:09 AM Backport187 Backport #4578: Fixnum.freeze not frozen?
=begin
BTW, freeze & frozen? work fine on Fixnums in 1.9.x on my platform. I agree that it seems unnecessary to corr...
rbevers (Russell Bevers)

04/15/2011

08:22 AM Backport187 Backport #4578 (Closed): Fixnum.freeze not frozen?
=begin
Using ruby 1.8.7 p334
a = 5; a.freeze
Expect: true == a.frozen?
Result: false == a.frozen?
I real...
rbevers (Russell Bevers)

Also available in: Atom