lib/lurker/json/schema/tuple/all_of.rb in lurker-0.6.3 vs lib/lurker/json/schema/tuple/all_of.rb in lurker-0.6.4

- old
+ new

@@ -2,15 +2,13 @@ module Json module Tuple class AllOf < Json::Schema include Tuple::InstanceMethods - ALLOF = 'allOf'.freeze - private def tuple_key - ALLOF + Json::ALLOF end end end end end