Method: MetricFu::MethodContainer#add_path

Defined in:
lib/metric_fu/metrics/flog/generator.rb

#add_path(path) ⇒ Object



77
78
79
80
# File 'lib/metric_fu/metrics/flog/generator.rb', line 77

def add_path(path)
  return unless path
  @path ||= path.split(":").first
end