summaryrefslogtreecommitdiff
path: root/tests/examplefiles/ruby_func_def.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/ruby_func_def.rb')
-rw-r--r--tests/examplefiles/ruby_func_def.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/examplefiles/ruby_func_def.rb b/tests/examplefiles/ruby_func_def.rb
deleted file mode 100644
index a820c68f..00000000
--- a/tests/examplefiles/ruby_func_def.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-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