Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def search_found?()
- share_get(:data)[:searchers].find { |searcher| match_found?(searcher[:search_method], searcher[:search_string]) }
- end
- #how do I save the return value of match_found? inside the enumerable block?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement