presentations/highlight-js/test/detect/ruby/double-colon.txt

3 lines
39 B
Text

def f(a = self.attr)
A::B.new(a)
end