module NetworkProfile
Constants
- VERSION
Public Class Methods
parse(link, include_fallback_custom: false)
click to toggle source
# File lib/network_profile.rb, line 20 def self.parse(link, include_fallback_custom: false) NetworkProfile::DefaultProfile.parse(link, include_fallback_custom: include_fallback_custom) end