42 43 44 45 46
# File 'lib/bmg/relation.rb', line 42 def without_typecheck dup.tap{|r| r.type = r.type.with_typecheck } end