Module: Neo4j::Driver::Synchronizable

Defined in:
lib/neo4j/driver/synchronizable.rb

Instance Method Summary collapse

Instance Method Details

#sync(*methods) ⇒ Object



6
7
8
# File 'lib/neo4j/driver/synchronizable.rb', line 6

def sync(*methods)
  prepend with_sync_wrapper(methods)
end