From 6ef4a5fd6b28375ec7c4f066cf8c5364256f83fd Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 4 Dec 2018 08:39:44 +0900 Subject: Replace RDoc `` to Markdown back quotes; ref #4174 --- mrbgems/mruby-class-ext/mrblib/module.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mrbgems/mruby-class-ext') diff --git a/mrbgems/mruby-class-ext/mrblib/module.rb b/mrbgems/mruby-class-ext/mrblib/module.rb index d35b4cbae..484d63674 100644 --- a/mrbgems/mruby-class-ext/mrblib/module.rb +++ b/mrbgems/mruby-class-ext/mrblib/module.rb @@ -4,7 +4,7 @@ class Module # call-seq: # mod < other -> true, false, or nil # - # Returns true if mod is a subclass of other. Returns + # Returns true if `mod` is a subclass of `other`. Returns # nil if there's no relationship between the two. # (Think of the relationship in terms of the class definition: # "class A < B" implies "A < B".) @@ -22,8 +22,8 @@ class Module # call-seq: # mod <= other -> true, false, or nil # - # Returns true if mod is a subclass of other or - # is the same as other. Returns + # Returns true if `mod` is a subclass of `other` or + # is the same as `other`. Returns # nil if there's no relationship between the two. # (Think of the relationship in terms of the class definition: # "class A < B" implies "A < B".) -- cgit v1.2.3