module SafeExec::NoOutputExecutor::NullIO

Public Class Methods

flush() click to toggle source
# File lib/safe_exec/no_output_executor.rb, line 11
def self.flush
end
write(string) click to toggle source
# File lib/safe_exec/no_output_executor.rb, line 8
def self.write(string)
end