mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Respectively, instead of respentively
This commit is contained in:
parent
20d78fddb1
commit
1336698294
Notes:
git
2020-10-12 13:08:40 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ Any expression may be placed inside the interpolated section, but it's best to
|
|||
keep the expression small for readability.
|
||||
|
||||
You can also use <tt>#@foo</tt>, <tt>#@@foo</tt> and <tt>#$foo</tt> as a
|
||||
shorthand for, respentively, <tt>#{ @foo }</tt>, <tt>#{ @@foo }</tt> and
|
||||
shorthand for, respectively, <tt>#{ @foo }</tt>, <tt>#{ @@foo }</tt> and
|
||||
<tt>#{ $foo }</tt>.
|
||||
|
||||
Interpolation may be disabled by escaping the "#" character or using
|
||||
|
|
Loading…
Add table
Reference in a new issue