rubinius-core-api
rubinius-core-api copied to clipboard
An implementation of the core Rubinius API for other rubies
Results
1
rubinius-core-api issues
Sort by
recently updated
recently updated
newest added
How do I require the library so I have access to Rubinius::Channel on jruby? I did this: ``` require 'rubinius/core-api' p Rubinius.constants ``` and it output this: ``` [:Tuple] ```...