# File lib/protest/stories.rb, line 4 def self.story(description, &block) context(description) do Protest::Stories.all[self] = Protest::Stories::Story.new(description) class_eval(&block) if block_given? end end