Method: WindowsError::ErrorCode#description
- Defined in:
- lib/windows_error/error_code.rb
#description ⇒ String (readonly)
Returns the description of the error the code represents.
8 9 10 |
# File 'lib/windows_error/error_code.rb', line 8 def description @description end |