class RSpec::Matchers::BuiltIn::Has

def is_private_on? actual

def is_private_on? actual
  actual.private_methods.include? predicate.to_s
end