lib/panda_pal.rb in panda_pal-5.4.2 vs lib/panda_pal.rb in panda_pal-5.4.3

- old
+ new

@@ -89,10 +89,10 @@ private def self.normalize_ext_type(type) type = type.to_s - type = "#{self.to_s}::#{type}" unless type.starts_with?('::') || type.starts_with?(self.to_s) + type = "#{self.to_s}::#{type}" unless type.start_with?('::') || type.start_with?(self.to_s) type end def self.validate_pandapal_config! errors = []