# File lib/ruport/renderer.rb, line 307 def stage(*stage_list) self.stages ||= [] stage_list.each { |stage| self.stages << stage.to_s } end