Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/crystal/defs.txt
2021-04-07 19:25:18 -04:00

15 lines
87 B
Plaintext
Vendored

def foo
end
def *(other)
end
def **(other)
end
def =~(other)
end
def !~(other)
end