lib/schemacop/v3/node_registry.rb in schemacop-3.0.0.rc3 vs lib/schemacop/v3/node_registry.rb in schemacop-3.0.0.rc4

- old
+ new

@@ -38,12 +38,8 @@ end def self.name(klass) @by_class[klass][:name] end - - def self.short_name(klass) - @by_class[klass][:short_name] - end end end end