# File lib/backports/1.9.1/stdlib/prime.rb, line 33
  def prime?
    Prime.prime?(self)
  end