class NetworkProfile::Custom

Public Class Methods

handle?(link) click to toggle source
# File lib/network_profile/extractors/custom.rb, line 5
def self.handle?(link)
  true
end