# File lib/rvm/install_command_dumper.rb, line 6
def ruby?(*names)
  names.map { |n| n.to_s }.include?(RUBY_NAME.split("-").first)
end