module Ivar

def self.maybe_get_analysis(klass)

def self.maybe_get_analysis(klass)
  if klass.include?(Validation)
    get_analysis(klass)
  end
end