# File lib/core/facets/numeric/positive.rb, line 5
  def positive?
    self > 0
  end