Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit aeb4070

Browse files
committed
Merge pull request #2923 from rspec/fix-build
Fix build by marking methods as undoced
1 parent 0ba20cf commit aeb4070

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rspec/core/example_group.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ def self.each_instance_variable_for_example(group)
701701
end
702702
end
703703

704+
# @private
704705
def initialize(inspect_output=nil)
705706
@__inspect_output = inspect_output || '(no description provided)'
706707
super() # no args get passed
@@ -782,6 +783,7 @@ class SharedExampleGroupInclusionStackFrame
782783
# @return [String] the location where the shared example was included
783784
attr_reader :inclusion_location
784785

786+
# @private
785787
def initialize(shared_group_name, inclusion_location)
786788
@shared_group_name = shared_group_name
787789
@inclusion_location = inclusion_location

0 commit comments

Comments
 (0)