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