Test how the manager handles window changes

This commit is contained in:
Thibault Jouan
2015-04-22 08:08:21 +00:00
parent 95245e1178
commit accbebe97c
3 changed files with 16 additions and 0 deletions

View File

@@ -159,6 +159,11 @@ module Uh
@name
end
def window_name= name
@name = @window.name = name
window.name
end
def map times: 1
times.times { window.map }
window.map