summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/whitequark/endless_comparison_method.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/fixtures/whitequark/endless_comparison_method.txt')
-rw-r--r--test/prism/fixtures/whitequark/endless_comparison_method.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/prism/fixtures/whitequark/endless_comparison_method.txt b/test/prism/fixtures/whitequark/endless_comparison_method.txt
new file mode 100644
index 0000000000..e10c3a6ced
--- /dev/null
+++ b/test/prism/fixtures/whitequark/endless_comparison_method.txt
@@ -0,0 +1,11 @@
+def !=(other) = do_something
+
+def !=(other) = do_something
+
+def <=(other) = do_something
+
+def ==(other) = do_something
+
+def ===(other) = do_something
+
+def >=(other) = do_something