# File wm.rb, line 259 def with_tags &aBlock t = self.tags t.instance_eval(&aBlock) self.tags = t end