[ruby-cvs:79001] 99c7b0b7ea (master): Decide lambdaness of (f << g) using g (#2729)

"Alan Wu" <[email protected]> Tue, 31 Dec 2019 07:48:12 +0900 (JST)
Newsgroups gmane.comp.lang.ruby.cvs
Message-ID <[email protected]>
Alan Wu	2019-12-31 07:47:58 +0900 (Tue, 31 Dec 2019)

  New Revision: 99c7b0b7ea

  https://github.com/ruby/ruby/commit/99c7b0b7ea

  Log:
    Decide lambdaness of (f << g) using g (#2729)
    
    * Deciding lambdaness of (f << g) using g
    
    * Use version guards for spec changes

  Modified files:
    proc.c
    spec/ruby/core/method/compose_spec.rb
    test/ruby/test_proc.rb