# File lib/PageTemplate/commands.rb, line 343 def else raise ArgumentError, "More than one 'else' to IfCommand" if @switched @in_else = ! @in_else @switched = true end