Skip to content

Commit 313cff5

Browse files
committed
Fix warning: loading in progress, circular require considered harmful - ../lib/net/ldap/dataset.rb
1 parent 1baa9bf commit 313cff5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Diff for: lib/net/ldap/dataset.rb

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require_relative 'entry'
2-
31
# -*- ruby encoding: utf-8 -*-
42
##
53
# An LDAP Dataset. Used primarily as an intermediate format for converting

Diff for: lib/net/ldap/entry.rb

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require_relative 'dataset'
2-
31
# -*- ruby encoding: utf-8 -*-
42
##
53
# Objects of this class represent individual entries in an LDAP directory.

0 commit comments

Comments
 (0)