Sometimes, when people say this:
The source code is freely available. If you feel so strongly about this bugfix/tweak/feature/plugin, why don't you code it yourself?They're really saying this:
F**k you.
It's funny how much I've heard this (and have said this) over the years. The lesson... don't ask for something without giving something.

Wow! I can't believe Facebook missed the mark by this much. Personally, I like the changes.
1234567890.to_s(36) #kf12oi
"kf12oi".to_i(36) #1234567890
My first ever WikiPedia contribution! I love the terseness of Ruby. Compare that to the C# example on the same page.
What's next JRuby and COBOL?
Rather than just running Ruby programs isolated on the ABAP server, Blue Ruby also provides two-way integration with the surrounding ABAP environment - ABAP programs can invoke Ruby code easily and Ruby programs are able to access existing ABAP functionality. However, this integration is strictly controlled by the Blue Ruby VM, turning Blue Ruby into a sandbox inside the ABAP server.