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