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

Commit cf5e292

Browse files
committed
Fix build by marking methods as undoced
1 parent fd8aaea commit cf5e292

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rspec/core/example_group.rb

+2
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ def self.each_instance_variable_for_example(group)
703703
end
704704
end
705705

706+
# @private
706707
def initialize(inspect_output=nil)
707708
@__inspect_output = inspect_output || '(no description provided)'
708709
super() # no args get passed
@@ -784,6 +785,7 @@ class SharedExampleGroupInclusionStackFrame
784785
# @return [String] the location where the shared example was included
785786
attr_reader :inclusion_location
786787

788+
# @private
787789
def initialize(shared_group_name, inclusion_location)
788790
@shared_group_name = shared_group_name
789791
@inclusion_location = inclusion_location

0 commit comments

Comments
 (0)