summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/branch.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-29/+29
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-10/+0
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-221-0/+2
* Fixing bug that occurs with only one argumentluke2006-02-081-1/+1
* Moving ast classes into separate filesluke2006-01-131-0/+47