Method: MPlayer::Error::NoTargetPath#to_s
- Defined in:
- lib/easy_mplayer/errors.rb
#to_s ⇒ Object
29 30 31 32 |
# File 'lib/easy_mplayer/errors.rb', line 29 def to_s str = super str += "file \"#{path}\" is not readable!\n" unless File.readable?(path) end |