Module: Apprunway

Defined in:
lib/apprunway.rb

Defined Under Namespace

Modules: Framework, Install, JRuby, SDK

Class Method Summary collapse

Class Method Details

.system(cmd) ⇒ Object



4
5
6
7
# File 'lib/apprunway.rb', line 4

def self.system(cmd)
  $stderr.puts cmd
  super "#{cmd} 1>&2"
end