Returns the screen for the window.
Returns:
the screen for the window
62 63 64
# File 'opal/browser/screen.rb', line 62 def screen @screen ||= Screen.new(`#@native.screen`) end