# File lib/core/facets/method/public.rb, line 9
  def public?
    receiver.public_methods.include? name
  end