File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
actionmailer/lib/action_mailer Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module ActionMailer
6
6
# = Action Mailer \InlinePreviewInterceptor
7
7
#
8
8
# Implements a mailer preview interceptor that converts image tag src attributes
9
- # that use inline cid: style URLs to data: style URLs so that they are visible
9
+ # that use inline + cid:+ style URLs to + data:+ style URLs so that they are visible
10
10
# when previewing an HTML email in a web browser.
11
11
#
12
12
# This interceptor is enabled by default. To disable it, delete it from the
Original file line number Diff line number Diff line change @@ -97,11 +97,11 @@ def after_generate_callbacks # :nodoc:
97
97
# generator group to fall back to another group in case of missing generators,
98
98
# they can add a fallback.
99
99
#
100
- # For example, shoulda is considered a test_framework and is an extension
101
- # of test_unit. However, most part of shoulda generators are similar to
102
- # test_unit ones.
100
+ # For example, shoulda is considered a + test_framework+ and is an extension
101
+ # of + test_unit+ . However, most part of shoulda generators are similar to
102
+ # + test_unit+ ones.
103
103
#
104
- # Shoulda then can tell generators to search for test_unit generators when
104
+ # Shoulda then can tell generators to search for + test_unit+ generators when
105
105
# some of them are not available by adding a fallback:
106
106
#
107
107
# Rails::Generators.fallbacks[:shoulda] = :test_unit
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ def readme(path)
445
445
446
446
private
447
447
# Define log for backwards compatibility. If just one argument is sent,
448
- # invoke say, otherwise invoke say_status.
448
+ # invoke + say+ , otherwise invoke + say_status+ .
449
449
def log ( *args ) # :doc:
450
450
if args . size == 1
451
451
say args . first . to_s
@@ -455,7 +455,7 @@ def log(*args) # :doc:
455
455
end
456
456
end
457
457
458
- # Runs the supplied command using either " rake ..." or " rails ..."
458
+ # Runs the supplied command using either + rake+ or + rails+
459
459
# based on the executor parameter provided.
460
460
def execute_command ( executor , command , options = { } ) # :doc:
461
461
log executor , command
You can’t perform that action at this time.
0 commit comments