module Padrino
def insert_mounted_app(mounter)
-
mounter
(Padrino::Mounter
) --
def insert_mounted_app(mounter) Padrino.mounted_apps.push(mounter) unless Padrino.mounted_apps.include?(mounter) end
mounter
(Padrino::Mounter
)
--
def insert_mounted_app(mounter) Padrino.mounted_apps.push(mounter) unless Padrino.mounted_apps.include?(mounter) end