Method: Bootloader::Sections#all

Defined in:
src/lib/bootloader/sections.rb

#allArray<String> (readonly)

Returns list of all available boot titles if initialized with grub_cfg otherwise it is empty array.

Returns:

  • (Array<String>)

    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