Returns a new instance of Panel.
8 9 10 11 12 13
# File 'lib/pult/panel.rb', line 8 def initialize auto: true @_file = Provider::Pult::FILE @_root = Pult::ROOT init! if auto && allow_init? end