Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aslakhellesoy/jruby-require-wat

Reproduce a JRuby require bug
https://github.com/aslakhellesoy/jruby-require-wat

Last synced: about 1 month ago
JSON representation

Reproduce a JRuby require bug

Awesome Lists containing this project

README

        

Test case for [JRUBY-7097](http://jira.codehaus.org/browse/JRUBY-7097)

```
jruby -Ilib lib/wtf/wat.rb
```

That prints `WTF`. Wat.
On other rubies you'd get a `LoadError`, which is what you'd expect. There is no `libwtf.rb` file!