summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/unparser/corpus/semantic/def.txt
blob: 757461939204bf6d94ebf8af54cd39e882e49d90 (plain)
1
2
3
4
5
6
7
def foo
  (a - b)
end

def foo
  a rescue Exception
end