module Protest::Stories

Public Class Methods

all() click to toggle source
# File lib/protest/stories.rb, line 22
def self.all
  @all ||= {}
end