class Cucumber::Core::Test::Result::StrictConfiguration
def merge!(other)
def merge!(other) settings.each_key do |type| set_strict(other.strict?(type), type) if other.set?(type) end self end
def merge!(other) settings.each_key do |type| set_strict(other.strict?(type), type) if other.set?(type) end self end