File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ class CodeStatistics
45
45
class_attribute :directories , default : DIRECTORIES
46
46
class_attribute :test_types , default : TEST_TYPES
47
47
48
- # Add directories to the output of the ` bin/rails stats` command.
48
+ # Add directories to the output of the <tt> bin/rails stats</tt> command.
49
49
#
50
50
# Rails::CodeStatistics.register_directory("My Directory", "path/to/dir")
51
51
#
52
- # For directories that contain test code, set the ` test_directory` argument to true.
52
+ # For directories that contain test code, set the <tt> test_directory</tt> argument to true.
53
53
#
54
54
# Rails::CodeStatistics.register_directory("Model specs", "spec/models", test_directory: true)
55
55
def self . register_directory ( label , path , test_directory : false )
You can’t perform that action at this time.
0 commit comments