# File lib/rhc/rest/client.rb, line 293 def allows_region_selection? supported_regions = regions rescue [] supported_regions.any? { |region| region.allow_selection == true } end