Method: AppInfo::File#manufacturer
- Defined in:
- lib/app_info/file.rb
#manufacturer ⇒ Object
This method is abstract.
Subclass and override #manufacturer to implement.
31 32 33 |
# File 'lib/app_info/file.rb', line 31 def manufacturer not_implemented_error!(__method__) end |