Method: Sirens::Window#show

Defined in:
lib/components/containers/window.rb

#showObject

Makes this component visible.



16
17
18
# File 'lib/components/containers/window.rb', line 16

def show()
    view.show
end