# File lib/PageTemplate/case.rb, line 40 def when(value) @current_case = value @blocks[value] = BlockCommand.new unless @blocks.has_key?(value) end