summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/else.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-13/+13
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-171-0/+3
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-3/+2
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-10/+0
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-0/+4
* Adding "if/else" constructs. No operators, no elsif, but it is a good start,...luke2006-08-221-0/+26