lib/contrast/utils/object_share.rb in contrast-agent-3.11.0 vs lib/contrast/utils/object_share.rb in contrast-agent-3.12.0

- old
+ new

@@ -7,10 +7,9 @@ # A utility class where a series of commonly used Strings and other # commonly used objects can be store and frozen to prevent unnecessary # duplication. class ObjectShare # Strings - AND = '&' ASTERISK = '*' BACK_SLASH = '\\' EMPTY_STRING = '' COLON = ':' COMMA = ','