#!/usr/bin/env ruby require 'Qt' require './digitalclock.rb' app = Qt::Application.new(ARGV) clock = DigitalClock.new clock.show app.exec