module OrientDB class Schema def inspect "#" end alias :to_s :inspect end end