OlderDiff < 20110120T014338Z < ThisDiff > 20110121T021021Z > NewerDiff
COMMIT In 1.9, Time#local (and friends) set usec. COMMIT new Kernel#method spec: will see an alias of the original method as == when in a derived class COMMIT Add a spec for BasicObject subclasses that include Kernel (from JRUBY-4871) =================================================================== +++ 20110121T021021Z @@ 15190 @@ - raises a NameError for an invalid singleton method name - can be called on a private method - raises a NameError when called on a protected method +- will see an alias of the original method as == when in a derived class - can call methods created with define_method /home/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/rubyspec/core/kernel/methods_spec.rb @@ 42780 @@ - raises a NameError for an invalid singleton method name - can be called on a private method - raises a NameError when called on a protected method +- will see an alias of the original method as == when in a derived class - can call methods created with define_method
OlderDiff < 20110120T014338Z < ThisDiff > 20110121T021021Z > NewerDiff