Skip to content

Instantly share code, notes, and snippets.

@headius
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save headius/30cb2250ab8510b5f907 to your computer and use it in GitHub Desktop.
Save headius/30cb2250ab8510b5f907 to your computer and use it in GitHub Desktop.
Differences in defined methods between JRuby 9k.pre1 and MRI 2.2.
Enumerator#feed, #next_values, #prev_values missing
Hash#any? and Array#any? optimization missing
ObjectSpace::WeakMap#each and Enumerable inclusion
ObjectSpace::count_objects unimplemented
Process::daemon unimplemented
Process::exec missing (is this just Kernel#exec?)
Process::getsid unimplemented
Process::setproctitle
RubyVM namespace
Thread#handle_interrupt is not yet fully functional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment