neo4jrb / neo4j-core

A simple unified API that can access both the server and embedded Neo4j database. Used by the neo4j gem
MIT License
99 stars 80 forks source link

Fix for frozen string literals #326

Closed dominikgrygiel closed 5 years ago

dominikgrygiel commented 5 years ago

Fixes a FrozenError error when using # frozen_string_literal: true.

This pull changes:

Pings: @cheerfulstoic @subvertallchris

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.009%) to 90.891% when pulling 1fe1cebe9a7ec9f56f2fcd6e089360404cc73e3a on dominikgrygiel:frozen-string-fix into c7388b021350e3a561bfb49ca41074ae5b998e78 on neo4jrb:master.