# File lib/puppet/network/format.rb, line 88
88:     def supported?(klass)
89:         suitable? and required_methods_present?(klass)
90:     end