class Luban::Deployment::Applications::Rack::Publisher
Public Instance Methods
after_publish()
click to toggle source
Calls superclass method
# File lib/luban/deployment/applications/rack/publisher.rb, line 9 def after_publish super publish_web_server end
Protected Instance Methods
init()
click to toggle source
Calls superclass method
Luban::Deployment::Applications::Rack::WebServer#init
# File lib/luban/deployment/applications/rack/publisher.rb, line 16 def init super linked_dirs.push('sockets') end