Method: Bootloader::Sections#all
- Defined in:
- src/lib/bootloader/sections.rb
#all ⇒ Array<String> (readonly)
Returns list of all available boot titles if initialized with grub_cfg otherwise it is empty array.
15 16 17 |
# File 'src/lib/bootloader/sections.rb', line 15 def all @all end |