class AdLint::FL_STMT_Metric
Public Class Methods
new(fpath, stmt_cnt)
click to toggle source
Calls superclass method
AdLint::FileMetric::new
# File lib/adlint/metric.rb, line 68 def initialize(fpath, stmt_cnt) super("FL_STMT", fpath, stmt_cnt) end