Skip to content

Commit d6bb5c8

Browse files
authoredApr 21, 2021
Merge pull request #392 from krists/dataset-circular-require-considered-harmful
Fix circular require while loading lib/net/ldap/entry.rb and lib/net/ldap/dataset.rb
2 parents 71d2588 + 313cff5 commit d6bb5c8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
 

‎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

‎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)
Please sign in to comment.