Method: Pc::Desktop#run

Defined in:
lib/pc/interfaces/desktop.rb

#run(options = {}) ⇒ Object



8
9
10
# File 'lib/pc/interfaces/desktop.rb', line 8

def run(options = {})
  Window.instance.show
end