lib/build/rule.rb in build-1.0.2 vs lib/build/rule.rb in build-1.0.3

- old
+ new

@@ -191,10 +191,10 @@ def ==(other) other.kind_of?(self.class) and @name == other.name and @parameters == other.parameters end def to_s - "<#{self.class.name} #{@name.dump}>" + "#<#{self.class} #{@name.dump}>" end end class NoApplicableRule < StandardError def initialize(name, arguments)