module Statistrano::Deployment::Registerable

Public Instance Methods

register_strategy(name) click to toggle source
# File lib/statistrano/deployment/registerable.rb, line 5
def register_strategy name
  Strategy.register( self, name )
end