# File lib/fog/rackspace/examples/auto_scale/add_policy.rb, line 12
def get_user_input_as_int(prompt)
  str = get_user_input(prompt)
  str.to_i
end