Method: RC::Interface#bootstrap
- Defined in:
- lib/rc/interface.rb
#bootstrap ⇒ Object (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 |