diff options
Diffstat (limited to 'tests/examplefiles/ruby_func_def.rb')
| -rw-r--r-- | tests/examplefiles/ruby_func_def.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/examplefiles/ruby_func_def.rb b/tests/examplefiles/ruby_func_def.rb new file mode 100644 index 00000000..a820c68f --- /dev/null +++ b/tests/examplefiles/ruby_func_def.rb @@ -0,0 +1,11 @@ +class (get_foo("blub"))::Foo + def (foo("bar") + bar("baz")).something argh, aaahaa + 42 + end +end + +class get_the_fuck("out")::Of::My + def parser_definition + ruby! + end +end |
