lib/splitclient-rb/engine/matchers/combiners.rb in splitclient-rb-4.3.0.canary.2 vs lib/splitclient-rb/engine/matchers/combiners.rb in splitclient-rb-4.3.0
- old
+ new
@@ -1,13 +1,9 @@
module SplitIoClient
-
#
# class to represent combiner values
#
- class Combiners < NoMethodError
-
+ class Combiners
# available combiners of the sdk
- AND = 'AND'
-
+ AND = 'AND'.freeze
end
-
-end
\ No newline at end of file
+end