lib/LogicalExpression.rb in taskjuggler-0.0.2 vs lib/LogicalExpression.rb in taskjuggler-0.0.3

- old
+ new

@@ -10,13 +10,13 @@ # published by the Free Software Foundation. # require 'LogicalOperation' require 'Attributes' -require 'LogicalFlag' require 'LogicalFunction' class TaskJuggler + # A LogicalExpression is an object that describes tree of LogicalOperation # objects and the context that it should be evaluated in. class LogicalExpression