Method: FrameworkGenerate::Platform.find_platform
- Defined in:
- lib/framework-generate/platform.rb
.find_platform(platforms, type) ⇒ Object
24 25 26 |
# File 'lib/framework-generate/platform.rb', line 24 def self.find_platform(platforms, type) platforms.find { |platform| platform.type == type } end |