ruby/test/prism/fixtures/seattlerb/defn_oneliner_rescue.txt

14 строки
131 B
Plaintext

def exec(cmd)
system(cmd)
rescue
nil
end
def exec(cmd)
system(cmd) rescue nil
end
def exec(cmd) = system(cmd) rescue nil