Conditions | 1 |
Total Lines | 3 |
Lines | 3 |
Ratio | 100 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | module Rapis |
||
41 | View Code Duplication | ||
|
|||
42 | def debug(msg, progname = nil, method_name = nil) |
||
43 | super(progname) { { method_name: method_name, message: msg } } |
||
44 | end |
||
65 |