lib/aruba/platforms/windows_platform.rb in aruba-1.0.0.pre.alpha.5 vs lib/aruba/platforms/windows_platform.rb in aruba-1.0.0
- old
+ new
@@ -37,10 +37,10 @@
def which(program, path = ENV['PATH'])
WindowsWhich.new.call(program, path)
end
def builtin_shell_commands
- ['cd', 'dir', 'echo', 'exit', 'set', 'type']
+ %w(cd dir echo exit set type)
end
end
end
end