Sha256: 0c4a813b6178f84e666b8836e6c3c517ef0b92a2661a06b4ea3736196ad25c76
Contents?: true
Size: 403 Bytes
Versions: 13
Compression:
Stored size: 403 Bytes
Contents
module LucidArango module Graph module Mixin def self.included(base) if RUBY_ENGINE != 'opal' unless base == LucidArango::Graph::Base Isomorfeus.add_valid_data_class(base) end end base.include(Enumerable) base.extend(LucidPropDeclaration::Mixin) # TODO implement, depends on arango-driver end end end end
Version data entries
13 entries across 13 versions & 1 rubygems