Method: AppInfo::Apple#info_path
- Defined in:
- lib/app_info/apple.rb
#info_path ⇒ Object
This method is abstract.
Subclass and override #info_path to implement.
174 175 176 |
# File 'lib/app_info/apple.rb', line 174 def info_path not_implemented_error!(__method__) end |