Top Level Namespace

Defined Under Namespace

Modules: DTAS

Constant Summary collapse

DTAS_DISCLAIMER =

:enddoc: Copyright © 2013, Eric Wong <[email protected]> License: GPLv3 or later (www.gnu.org/licenses/gpl-3.0.txt)

"# WARNING!\n#\n# Ignorant or improper use of \#$0 may lead to\n# data loss, hearing loss, and damage to audio equipment.\n#\n# Please read and understand the documentation of all commands you\n# attempt to configure.\n#\n# \#$0 will never prevent you from doing stupid things.\n#\n# There is no warranty, the developers of \#$0\n# are not responsible for your actions.\n"

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.pipeObject

:nodoc:



15
16
17
# File 'lib/dtas/compat_onenine.rb', line 15

def self.pipe # :nodoc:
  super.map! { |io| io.close_on_exec = true; io }
end

Instance Method Details

#IOObject



14
15
16
17
18
# File 'lib/dtas/compat_onenine.rb', line 14

def IO
  def self.pipe # :nodoc:
    super.map! { |io| io.close_on_exec = true; io }
  end
end