class Danger::Cmd
Public Class Methods
run(cmd)
click to toggle source
# File lib/swiftformat/cmd.rb, line 6 def self.run(cmd) Open3.capture3(cmd.shelljoin) end
# File lib/swiftformat/cmd.rb, line 6 def self.run(cmd) Open3.capture3(cmd.shelljoin) end