Namespace
Methods
N
Attributes
[R] strict
Class Public methods
new(block, strict = false)
# File actionpack/test/abstract_unit.rb, line 366
def initialize(block, strict = false)
  @block = block
  @strict = strict
  super()
end