mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
ff9a008871
commit
fad3412d47
Notes:
git
2021-03-16 15:47:52 +09:00
1 changed files with 3 additions and 4 deletions
|
@ -16226,8 +16226,7 @@ class RDoc::Markdown
|
||||||
self.pos = _save
|
self.pos = _save
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
@result = begin;
|
@result = begin; text.start_with?(":") ? :left :
|
||||||
text.start_with?(":") ? :left :
|
|
||||||
text.end_with?(":") ? :right : nil
|
text.end_with?(":") ? :right : nil
|
||||||
; end
|
; end
|
||||||
_tmp = true
|
_tmp = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue