lib/fusuma/config/searcher.rb in fusuma-2.0.4 vs lib/fusuma/config/searcher.rb in fusuma-2.0.5

- old
+ new

@@ -65,11 +65,10 @@ private # next locations' candidates sorted by priority # 1. look up location with key - # 2. fallback to other key - # 3. skip the key and go to child location + # 2. skip the key and go to child location def next_location_cadidates(location, key) [ location[key.symbol], Searcher.skip? && key.skippable && location ].compact