v1.2.5
What's Changed
- Suppress incomplete coding/encoding magic comment error by @aycabta in #106
- Simplify RubyLex.compile_with_errors_suppressed by @aycabta in #108
- handle rescue modifier properly by @no6v in #84
- Fix error when
inspect
is called but not found in inspector by @pocke in #109 - Support one-liner method definition by @aycabta in #111
- Symbol.all_symbols was adopted by Ruby 1.8.0 or later by @aycabta in #114
- Refactor history behaviours by @aycabta in #116
- Directly check if the method is available instead of version by @nobu in #118
- Get rid of loading readline unnecessarily by @nobu in #119
- Prefer require_relative to load the files in this library by @nobu in #117
- Add require 'irb' to test separately by @aycabta in #120
- Yet another unnecessary readline by @nobu in #121
- Workaround a bug of ruby-mode.el by @nobu in #122
- Expand path to run separated test correctly by @aycabta in #123
- Support shortening lambda notation by @aycabta in #125
- Change the way the IRB is invoked as an external process by @aycabta in #126
- Discard newlines at end of file by @aycabta in #128
Full Changelog: v1.2.4...v1.2.5