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

Commit 3e50989

Browse files
committed
Cleanup after #1337
Just dropping some lines off for those settings that are self explanatory accessors. [skip ci]
1 parent 97e1fb4 commit 3e50989

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/rspec/core/world.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ def reset
4040
end
4141

4242
# @api private
43-
#
44-
# Get current filter manager
4543
def filter_manager
4644
@configuration.filter_manager
4745
end
@@ -55,15 +53,11 @@ def register(example_group)
5553
end
5654

5755
# @api private
58-
#
59-
# Get inclusion filter
6056
def inclusion_filter
6157
@configuration.inclusion_filter
6258
end
6359

6460
# @api private
65-
#
66-
# Get exclusion filter
6761
def exclusion_filter
6862
@configuration.exclusion_filter
6963
end
@@ -93,8 +87,6 @@ def preceding_declaration_line(filter_line)
9387
end
9488

9589
# @api private
96-
#
97-
# Get reporter instance
9890
def reporter
9991
@configuration.reporter
10092
end

0 commit comments

Comments
 (0)