Skip to content

Commit

Permalink
Add TopLevel#closest_window to pass failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyObtiva committed Jul 10, 2023
1 parent 83a72ef commit 4be5ed4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/glimmer/tk/toplevel_proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ def window?
end
end

def closest_window
self
end

private

def sign_number(sign, number)
Expand Down

0 comments on commit 4be5ed4

Please sign in to comment.