module Gem::QueryUtils

def check_installed_gems?

def check_installed_gems?
  !options[:installed].nil?
end