class Object

Public Instance Methods

check_type(c,c2,f) click to toggle source
# File lib/microstation/file_tests.rb, line 59
def check_type(c,c2,f)
  puts "c.drawing_type?(#{f}) == #{c.drawing_type?(f)}"
  puts "c2.drawing_type?(#{f}) == #{c2.drawing_type?(f)}"
end