# File lib/msf/core/module.rb, line 328 def arch?(what) return true if (what == ARCH_ANY) return arch.index(what) != nil end