lib/neo4j/config.rb in neo4j-8.0.6 vs lib/neo4j/config.rb in neo4j-8.0.7

- old
+ new

@@ -9,10 +9,10 @@ # In keeping with the Rails convention, this class writer lets you globally configure # the incluse of timestamps on your nodes and rels. It defaults to false, requiring manual # timestamp inclusion. # @return [Boolean] the true/false value specified. - # @return [Fixnum] The location of the default configuration file. + # @return [Integer] The location of the default configuration file. def default_file @default_file ||= DEFAULT_FILE end # Sets the location of the configuration YAML file and old deletes configurations.