Method: AppInfo::Android#name
- Defined in:
- lib/app_info/android.rb
#name ⇒ Object
This method is abstract.
Subclass and override #name to implement.
52 53 54 |
# File 'lib/app_info/android.rb', line 52 def name not_implemented_error!(__method__) end |