Top Level Namespace

Defined Under Namespace

Modules: SwiftLibTemplater

Instance Method Summary collapse

Instance Method Details

#systemWithoutOutput(command) ⇒ Object



10
11
12
# File 'lib/swift_lib_templater.rb', line 10

def systemWithoutOutput(command)
	system command
end