#!/usr/bin/ruby

#
## https://rosettacode.org/wiki/Window_creation
#

var tk = require('Tk');
'MainWindow'.to_caller.new;
tk.MainLoop;