summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/whitequark/endless_comparison_method.txt
blob: e10c3a6ced6dcba6a8d3bb25d87bf2f280c0da3d (plain)
1
2
3
4
5
6
7
8
9
10
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