class PopflashMatchDownloader::RecentMatchesExtractor::MatchLinkCssFilter
Public Instance Methods
isMatchLink(node_set)
click to toggle source
# File lib/popflash_match_downloader/recent_matches_extractor.rb, line 11 def isMatchLink node_set node_set.find_all { |n| n['href'] =~ RecentMatchesExtractor::MATCH_LINK_REGEX } end