# File lib/core/facets/symbol/not.rb, line 10
  def not?
    self.to_s.slice(0,1) == '~'
  end