Sha256: eecb6cffccc8ae5281bcdbaad11fd893eed95a53726a781521750fbf54b5862d
Contents?: true
Size: 249 Bytes
Versions: 9
Compression:
Stored size: 249 Bytes
Contents
# from https://github.com/metricfu/metric_fu/issues/153 class A def m(arg1) p "this is my method" # Assume that none of the line covered in this method if arg1 > 5 p "more than 5" else p "not more than 5" end end end
Version data entries
9 entries across 9 versions & 3 rubygems