Classes: Command, Stats
nil
Yields:
9 10 11 12 13
# File 'lib/sox/command.rb', line 9 def self.command command = Command.new yield command command.run end
15 16 17 18 19
# File 'lib/sox/command.rb', line 15 def self.command! command = Command.new yield command command.run! end