class AdLint::FN_CALL_Metric
Public Class Methods
new(fun_id, loc, caller_cnt)
click to toggle source
Calls superclass method
AdLint::FunctionMetric::new
# File lib/adlint/metric.rb, line 166 def initialize(fun_id, loc, caller_cnt) super("FN_CALL", fun_id, loc, caller_cnt) end