Module: Natour::ErrnoUtils
- Defined in:
- lib/natour/utils/errno_utils.rb
Class Method Summary collapse
Class Method Details
.split_message(error) ⇒ Object
5 6 7 |
# File 'lib/natour/utils/errno_utils.rb', line 5 def (error) error..split(/ @ | - /, 3) end |