Sha256: 3a63eac3f0ee41f4dc94932bbc0dae2edcfc03b4eead544d7c221d64e4226d4d
Contents?: true
Size: 183 Bytes
Versions: 4
Compression:
Stored size: 183 Bytes
Contents
require "bricks_meet_balls/window" module BricksMeetBalls class Command class << self def run window = Window.new window.show end end end end
Version data entries
4 entries across 4 versions & 1 rubygems