[MacRuby] #650: Issues with passing procs/methods to #map
#650: Issues with passing procs/methods to #map --------------------------------+------------------------------------------- Reporter: pthomson@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: --------------------------------+------------------------------------------- {{{ %w{rubygems hotcocoa}.each { |i| require i } }}} This works fine on MacRuby. However, {{{ %w{rubygems hotcocoa}.each(&method(:require)) }}} does not work on MacRuby (it says that HotCocoa cannot be loaded), though this pattern works on 1.9. -- Ticket URL: <http://www.macruby.org/trac/ticket/650> MacRuby <http://macruby.org/>
#650: Issues with passing procs/methods to #map --------------------------------+------------------------------------------- Reporter: pthomson@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | --------------------------------+------------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.7 Comment: This seems to be fixed with r4048. -- Ticket URL: <http://www.macruby.org/trac/ticket/650#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby