Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aslakhellesoy/jruby-require-wat
- Owner: aslakhellesoy
- Created: 2013-02-14T15:58:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-14T16:03:17.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T15:13:26.309Z (8 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!