# File lib/capistrano/role.rb, line 57
      def to_ary
        unless @is_cached
          @cached = Role::wrap_list(@block.call(@options), @options)
          @is_cached = true
        end
        @cached
      end