hassox (owner)

Revisions

gist: 229784 Download_button fork
public
Public Clone URL: git://gist.github.com/229784.git
Embed All Files: show embed
my_stack_bootloader_example.rb #
1
2
3
4
5
6
7
##### BOOTLOADER EXAMPLE
 
MyStack::BootLoader.add(:some_bootloader, :before => :mount_applications) do
  def run!
    # stuff to do to prepare the app before mounting applications
  end
end