Method: AppInfo::IPA#initialize
- Defined in:
- lib/app_info/ipa.rb
#initialize(file) ⇒ IPA
Returns a new instance of IPA.
26 27 28 |
# File 'lib/app_info/ipa.rb', line 26 def initialize(file) @file = file end |
Returns a new instance of IPA.
26 27 28 |
# File 'lib/app_info/ipa.rb', line 26 def initialize(file) @file = file end |