mirror of https://github.com/KLayout/klayout.git
5 lines
176 B
Ruby
5 lines
176 B
Ruby
|
|
|
||
|
|
puts "RBA::Application superclass " + RBA::Application.instance.class.superclass.to_s
|
||
|
|
puts "MainWindow is " + (RBA::Application.instance.main_window ? "there" : "not there")
|
||
|
|
|