# File lib/merb-core/tasks/gem_management.rb, line 233 def thor(cmd) cmd << " >/dev/null" if $SILENT && !Gem.win_platform? system "#{Gem.ruby} -S #{which('thor')} #{cmd}" end