examples/prism-ruby.html

Branch


Log

Author Commit Date CI Message
Samuel Cochran 20b77bff 2021-05-14T21:04:43 Ruby: Added heredoc literals (#2885) Adds support for heredoc-style string literals in the Ruby syntax. https://ruby-doc.org/core-2.7.0/doc/syntax/literals_rdoc.html#label-Here+Documents+-28heredocs-29 This isn't perfect, but it's a good start.
Golmote b0e34fbe 2018-03-26T21:12:08 Ruby: Make multi-line comments greedy, remove single-line comment hack. Update known failures and tests.
Golmote c3ed5b52 2018-03-11T11:11:05 Website: Auto-generate example header with component title, list of aliases and dependencies. `overrideExampleHeader` can be used to generate only the component title.
Ben Kimball 5773ce40 2018-02-28T00:37:17 Ruby: Update known failures (#1309)
Golmote 62cdaf80 2017-05-08T13:39:11 Ruby: Add support for =begin =end comments. Manual merge of #1121.
Golmote bf551967 2017-02-08T23:25:12 Clean up no longer relevant failures in examples
Weston Ganger 5b1e07bc 2015-06-25T12:58:40 fixed double quoted strings in interpolation ruby
Weston Ganger e3f4d7af 2015-05-29T20:31:17 added ruby string interpolation
Weston Ganger 81eff547 2015-05-23T14:54:09 fixed string interpolation feature
Golmote a1747745 2014-12-22T22:15:56 Add examples for Git, HTTP, LOLCODE, MATLAB, Perl, Python and Ruby