How can I clear out any instances of a role? I know you can use the unset method for variables, but it doesn't seem to work for roles. config = Capistrano::Configuration.new config.role :app, "foo.foo.local" ... config.unset(:app) # Want to know if this is possible
--~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
