module Preek
Constants
- VERSION
Public Class Methods
Smell(filenames, excludes = [])
click to toggle source
# File lib/preek.rb, line 7 def self.Smell(filenames, excludes = []) Examiner.new(filenames, excludes).perform end