Method: RC::Interface#bootstrap

Defined in:
lib/rc/interface.rb

#bootstrapObject (private)

Setup the system.



289
290
291
292
293
294
295
# File 'lib/rc/interface.rb', line 289

def bootstrap
  @bootstrap ||= (
    properties  # prime global properties
    bootstrap_require
    true
  )
end