class Shoulda::Matchers::Independent::DelegateMethodMatcher

def class_or_instance_method_indicator

def class_or_instance_method_indicator
  if subject_is_a_class?
    '.'
  else
    '#'
  end
end