I am writing a method that will define an instance method inside a class; something similar to attr_accessor:
class Foo custom_method(:foo) end
You can use Module#private_method_defined? to verify if a method is defined as private