# File lib/merb-core/test/matchers/view_matchers.rb, line 124 def initialize(tag, attributes = {}, &blk) @tag, @attributes = tag, attributes @id, @class = @attributes.delete(:id), @attributes.delete(:class) @blk = blk end