lib/aruba/platforms/windows_platform.rb in aruba-2.1.0 vs lib/aruba/platforms/windows_platform.rb in aruba-2.2.0

- old
+ new

@@ -37,8 +37,12 @@ end def builtin_shell_commands %w(cd dir echo exit set type) end + + def term_signal_supported? + false + end end end end