explain-ruby icon indicating copy to clipboard operation
explain-ruby copied to clipboard

Explains Ruby syntax

Results 6 explain-ruby issues
Sort by recently updated
recently updated
newest added

Entering ``` puts __FILE__ ``` in the Ruby code text box yields an "Internal Server Error". Expected: An explanation of what **FILE** means & how it's used.

Explain `foo ? bar : baz`

TODO

ruby2ruby output for `do |arg1, arg2, ...| end` is broken

bug

ruby_parser swallows them and there seems no way to get them back?

investigate