mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
3df904d1a8
commit
1f2c84de83
1 changed files with 1 additions and 1 deletions
|
@ -16296,7 +16296,7 @@ class RDoc::Markdown
|
||||||
self.pos = _save
|
self.pos = _save
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
@result = begin;
|
@result = begin;
|
||||||
text.start_with?(":") ?
|
text.start_with?(":") ?
|
||||||
(text.end_with?(":") ? :center : :left) :
|
(text.end_with?(":") ? :center : :left) :
|
||||||
(text.end_with?(":") ? :right : nil)
|
(text.end_with?(":") ? :right : nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue