Commit 0cc64f1

mokha <mokha@cisco.com>
2019-05-14 22:12:27
change alias
1 parent 4ca97d7
Changed files (1)
lib
scim
lib/scim/kit/v2/filter.rb
@@ -81,8 +81,8 @@ module Scim
         rule(:and_op) { str('and').as(:and) }
         rule(:or_op) { str('or').as(:or) }
         rule(:not_op) { str('not').repeat(0, 1).as(:not) }
-        rule(:falsey) { str('false').as(:false) }
-        rule(:truthy) { str('true').as(:true) }
+        rule(:falsey) { str('false').as(:falsey) }
+        rule(:truthy) { str('true').as(:truthy) }
         rule(:null) { str('null').as(:null) }
         rule(:number) do
           str('-').maybe >> (