This version contains many new APIs, bug fixes and internal refactorings.
Features
Array.new(args)
- #832Object#rand
- #819Object#sql?
- #843Class#define_method
- #842Object#define_singleton_method
- #842- Multiple
Float
APIs - #664 (thanks to @SD10)#abs
#cel
#floor
#round
#positive?
#negative?
#zero?
Library
- Added
before
andafter
callback toSpec
library - #835
Fixes
- Use
#inspect
instead of#to_s
when generating error messages - #836 - Fixed Top level 'break' instruction causes panic on REPL - #837
- Fixed Including an Array causes panic - #844
Breaking Changes
=~
is now deprecated. Please useString#match?
instead. - #802