Method: Fancybox2::Module::Base#shutdown

Defined in:
lib/fancybox2/module/base.rb

#shutdown(do_exit = true) ⇒ Object



220
221
222
# File 'lib/fancybox2/module/base.rb', line 220

def shutdown(do_exit = true)
  on_shutdown do_exit
end