1. 14 9月, 2013 1 次提交
  2. 13 9月, 2013 12 次提交
  3. 12 9月, 2013 26 次提交
  4. 11 9月, 2013 1 次提交
    • D
      Reduce Duration#inspect to a single series of transformations · b16b08eb
      David Chelimsky 提交于
      * eliminates need for temp Hash
      
      Also added a couple of examples to DurationTest to specify:
      
      * duration can be defined with units out of order e.g.
        1.month + 1.year + 1.second + 1.day
      * equality with a Fixnum works regardless of which operand is on which
        side of the operator
      b16b08eb