module Inspec::InstallContextHelpers

def rubygem_install?

def rubygem_install?
  !!src_root.match(%r{gems/inspec-\d+\.\d+\.\d+})
end