maxdemarzi/neography

View on GitHub
lib/neography/neography.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Neography

  class << self

    def ref_node(this_db = Neography::Rest.new)
      this_db.get_root
    end

  end
end