RSS Feed

Posts Tagged ‘inject’

  1. Methods on the Blocks

    June 8, 2012 by szabcsee

    Ruby's Methods on the Blocks

    In my next lessons with Lynda I went through a few new methods which are extremely useful. Today we check out .merge, .collect/map, .sort, .inject. These methods are extremely useful to deal with our code blocks and data. (more...)