Method: Bmg::Relation#without_typecheck

Defined in:
lib/bmg/relation.rb

#without_typecheckObject



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