summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/whitequark/endless_method_without_args.txt
blob: 90ea8f7c6dd3951a0c7150e3c16135e63ac651a5 (plain)
1
2
3
4
5
6
7
def foo = 42

def foo = 42 rescue nil

def self.foo = 42

def self.foo = 42 rescue nil