lib/neo4j/config.rb in neo4j-6.0.0.alpha.11 vs lib/neo4j/config.rb in neo4j-6.0.0.alpha.12

- old
+ new

@@ -94,13 +94,9 @@ # @return [String] The config as a YAML def to_yaml configuration.to_yaml end - def class_name_property - @_class_name_property = Neo4j::Config[CLASS_NAME_PROPERTY_KEY] || :_classname - end - def include_root_in_json # we use ternary because a simple || will always evaluate true Neo4j::Config[:include_root_in_json].nil? ? true : Neo4j::Config[:include_root_in_json] end