Sha256: a9693c50b71eab6d35a168185be6e183dd82395e4176fae9ce039f6dc45fcec4
Contents?: true
Size: 263 Bytes
Versions: 19
Compression:
Stored size: 263 Bytes
Contents
module Pancake class Stack # get a new instance of the application for this stack # Ovewrite this to provide custom application initialization # :api: overwritable def self.new_app_instance MISSING_APP end end # Pancake end # Pancake
Version data entries
19 entries across 19 versions & 2 rubygems