Method: Neo4j::Config.use
- Defined in:
- lib/neo4j/config.rb
.use {|config| ... } ⇒ Object
Yields the configuration
53 54 55 56 57 |
# File 'lib/neo4j/config.rb', line 53 def use @configuration ||= ActiveSupport::HashWithIndifferentAccess.new yield @configuration nil end |