module RuboCop::Cop::MethodPreference

def preferred_method(method)

def preferred_method(method)
  preferred_methods[method.to_sym]
end