module RuboCop::Cop::Betterment::Utils::MethodReturnTable

def has_method?(method_name)

def has_method?(method_name)
  indexed_methods.include?(method_name)
end