Sha256: eee02bafdb986fb8cf975fcdba90ad6861976861fca0262daf3c58787fb36223
Contents?: true
Size: 209 Bytes
Versions: 9
Compression:
Stored size: 209 Bytes
Contents
module Tk module Destroy def self.destroy(*windows) Tk.unregister_objects(*windows) Tk.execute_only('destroy', *windows) end def destroy Destroy.destroy(self) end end end
Version data entries
9 entries across 9 versions & 1 rubygems