blob: 15f48046b99c6989eaaf44116ca3307626e4d558 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
* Added Inflections as an extension on String, so Inflector.pluralize(Inflector.classify(name)) becomes name.classify.pluralize #476 [bitsweat]
* Added Byte operations to Numeric, so 5.5.megabytes + 200.kilobytes #461 [Marcel Molina]
* Fixed that Dependencies.reload can't load the same file twice #420 [Kent Sibilev]
* Added Fixnum#ago/until, Fixnum#since/from_now #450 [bitsweat]
* Added that Inflector now accepts Symbols and Classes by calling .to_s on the word supplied
* Added time unit extensions to Fixnum that'll return the period in seconds, like 2.days + 4.hours.
|