Methods

Class Index [+]

Quicksearch

Capistrano::Processable::SessionAssociation

Attributes

session[RW]

Public Class Methods

on(exception, session) click to toggle source
    # File lib/capistrano/processable.rb, line 4
 4:       def self.on(exception, session)
 5:         unless exception.respond_to?(:session)
 6:           exception.extend(self)
 7:           exception.session = session
 8:         end
 9: 
10:         return exception
11:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.