Sha256: e6096931f68262ec011e89c1671b38bb769d90a66d065acea3371b3c592b9330
Contents?: true
Size: 391 Bytes
Versions: 1
Compression:
Stored size: 391 Bytes
Contents
require "json" require "geoff/version" require 'geoff/node_dsl' require 'geoff/neo4j_wrapper_dsl' require 'geoff/importer' def Geoff *class_list, options, &block Neo4jWrapperDsl.new(*class_list, options, &block) end class Geoff::Error < StandardError; end class Geoff::MissingNodeDefinition < Geoff::Error ; end class Geoff::DslSyntaxError < Geoff::Error; end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geoff-0.0.3.beta | lib/geoff.rb |