class Object

Public Instance Methods

systemWithoutOutput(command) click to toggle source
# File lib/swift_lib_templater.rb, line 12
def systemWithoutOutput(command)
        system command
end