@@ -294,7 +294,7 @@ def self.version
294
294
# # build data class
295
295
# class Listings
296
296
# PRODUCT = { :name => "Chicken Fried Steak",
297
- # :desc => "A well messages pattie, breaded and fried.",
297
+ # :desc => "A well messaged pattie, breaded and fried.",
298
298
# :cost => 9.95 }
299
299
#
300
300
# attr_reader :product, :price
@@ -327,10 +327,10 @@ def self.version
327
327
# _Generates_
328
328
#
329
329
# Chicken Fried Steak
330
- # A well messages pattie, breaded and fried.
330
+ # A well massaged pattie, breaded and fried.
331
331
#
332
332
# Chicken Fried Steak -- 9.95
333
- # A well messages pattie, breaded and fried.
333
+ # A well massaged pattie, breaded and fried.
334
334
#
335
335
def initialize ( str , safe_level = NOT_GIVEN , legacy_trim_mode = NOT_GIVEN , legacy_eoutvar = NOT_GIVEN , trim_mode : nil , eoutvar : '_erbout' )
336
336
# Complex initializer for $SAFE deprecation at [Feature #14256]. Use keyword arguments to pass trim_mode or eoutvar.
@@ -416,8 +416,7 @@ def run(b=new_toplevel)
416
416
417
417
#
418
418
# Executes the generated ERB code to produce a completed template, returning
419
- # the results of that code. (See ERB::new for details on how this process
420
- # can be affected by _safe_level_.)
419
+ # the results of that code.
421
420
#
422
421
# _b_ accepts a Binding object which is used to set the context of
423
422
# code evaluation.
0 commit comments