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

Commit 2cc9cfe

Browse files
committed
Merge pull request #2923 from rspec/fix-build
Fix build by marking methods as undoced
1 parent 720f2b1 commit 2cc9cfe

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
@@ -677,6 +677,7 @@ def self.each_instance_variable_for_example(group)
677677
end
678678
end
679679

680+
# @private
680681
def initialize(inspect_output=nil)
681682
@__inspect_output = inspect_output || '(no description provided)'
682683
super() # no args get passed
@@ -749,6 +750,7 @@ class SharedExampleGroupInclusionStackFrame
749750
# @return [String] the location where the shared example was included
750751
attr_reader :inclusion_location
751752

753+
# @private
752754
def initialize(shared_group_name, inclusion_location)
753755
@shared_group_name = shared_group_name
754756
@inclusion_location = inclusion_location

0 commit comments

Comments
 (0)