lib/core/facets/symbol/not.rb in facets-2.8.4 vs lib/core/facets/symbol/not.rb in facets-2.9.0.pre.1

- old
+ new

@@ -11,10 +11,10 @@ self.to_s.slice(0,1) == '~' end # Add a "not" sign to the front of a symbol. # - # ~:friend #=> :"~friend" + # (~:friend) #=> :"~friend" # # CREDIT: Trans def ~@ if self.to_s.slice(0,1) == '~'