class Auditor::Generators::Base

Public Class Methods

source_root() click to toggle source
# File lib/generators/system_metrics.rb, line 4
def self.source_root
  File.expand_path(File.join(File.dirname(__FILE__), 'system_metrics', generator_name, 'templates'))
end