15 lines
87 B
Plaintext
Vendored
15 lines
87 B
Plaintext
Vendored
def foo
|
|
end
|
|
|
|
def *(other)
|
|
end
|
|
|
|
def **(other)
|
|
end
|
|
|
|
def =~(other)
|
|
end
|
|
|
|
def !~(other)
|
|
end
|