Method: Gb::Command.run

Defined in:
lib/Command.rb

.run(argv) ⇒ Object



27
28
29
30
# File 'lib/Command.rb', line 27

def self.run(argv)
  help! 'You cannot run gb as root.' if Process.uid == 0 && !Gem.win_platform?
  super(argv)
end