Class: AssLauncher::Support::Platforms::PathnameExt::UnixPath

Inherits:
AssLauncher::Support::Platforms::PathnameExt show all
Defined in:
lib/ass_launcher/support/platforms.rb

Overview

Class for Unix Ruby

Instance Method Summary collapse

Methods inherited from AssLauncher::Support::Platforms::PathnameExt

#+, glob, #initialize

Constructor Details

This class inherits a constructor from AssLauncher::Support::Platforms::PathnameExt

Instance Method Details

#win_stringString

Return path suitable for windows apps. In Unix this method overridden

Returns:



198
199
200
# File 'lib/ass_launcher/support/platforms.rb', line 198

def win_string
  to_s
end