# File lib/fog/rackspace/examples/compute_v2/server_attachments.rb, line 8
def get_user_input(prompt)
  print "#{prompt}: "
  gets.chomp
end