Method: BeHtmlWith#initialize
- Defined in:
- lib/assert2/xhtml.rb
#initialize(scope, &block) ⇒ BeHtmlWith
Returns a new instance of BeHtmlWith.
65 66 67 68 69 |
# File 'lib/assert2/xhtml.rb', line 65 def initialize(scope, &block) @scope, @block = scope, block @references = [] @spewed = {} end |