This is what I do:

module Capistrano::Configuration::Roles
  def init_roles
    @roles = Hash.new { |h,k| h[k] = [] }
  end
end

Matt


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to