-
The following is valid ruby:
```
case
when true
end
```
Thanks for all of the help, very close to having minitest working.
-
Hi,
I've tried and failed to install Rubinius 2.0.0-rc1 on Mac OS X 10.8.5, using ruby-build (20130923)
Here is the full log : https://gist.github.com/jlecour/6719926
Thanks for any help
-
Lot of tests in mruby are based on ISO standard, not rubyspec gem. I'd like to confirm those tests and write new ones, but the license of ISO document costs $256.
Is that document available for devel…
-
when trying to untag some i got (because of non utf symbols in rubyspecs):
```
Traceback (most recent call last):
File "/usr/local/bin/inv", line 9, in
load_entry_point('invoke==0.3.0', 'conso…
-
Division with BigDecimal is not performing correctly. Notice the incorrect result in JRuby and the correct result in MRI with the same code.
Here is a JRuby example:
```
java -jar bin/jruby-complete…
-
Hi there,
I'm currently working on a drop in replacement gem for ruby-pg under JRuby. While running the active record test suite on the gem, I realized the following inconsistencies between JRuby and…
-
The `method_missing` method is throwing the `NameError` exception instead of `NoMethodError` when using self as the message receiver.
Here's an example
``` ruby
class Bug
def method_missing(meth, …
-
In response to https://twitter.com/headius/status/261305297795162113 I have tried things out and found that `#write_nonblock` will still block if it tries to write too much.
I have a (somewhat large)…
-
https://travis-ci.org/code-mancers/invoker/jobs/8051012
-
Hi, I got this strange stacktrace with latest head:
```
[02:56:33][Execute spec] An exception occurred running at_exit handlers
[02:56:33][Execute spec] code converter not found (UTF-8 to UTF-8 (…