lib/faker/bot/reflectors/search.rb in faker-bot-0.5.1 vs lib/faker/bot/reflectors/search.rb in faker-bot-0.5.2
- old
+ new
@@ -54,11 +54,10 @@
if query_matches?(descendant)
store(descendant, methods)
else
store(
- descendant,
- methods.select { |method| query_matches?(method) }
+ descendant, methods.select { |method| query_matches?(method) }
)
end
end
end