Module: Neo4j::Core::Wrappable
- Included in:
- Node, Path, Relationship
- Defined in:
- lib/neo4j/core/wrappable.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 7 |
# File 'lib/neo4j/core/wrappable.rb', line 4 def self.included(base) base.send :include, InstanceMethods base.extend ClassMethods end |