155 156 157
# File 'frameit/lib/frameit/device_types.rb', line 155 def self.all_device_names_without_apple Devices.constants.map { |c| Devices.const_get(c).formatted_name_without_apple } end