# File lib/snmp/mib.rb, line 111 def import_supported? `smidump --version` =~ /^smidump 0.4/ && $? == 0 end