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