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