class Gem::Commands::PristineCommand

def only_executables_or_plugins?

def only_executables_or_plugins?
  options[:only_executables] || options[:only_plugins]
end