mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c058d821f8
commit
ecaba0f21f
8 changed files with 117 additions and 118 deletions
|
@ -58,7 +58,7 @@
|
|||
# ant
|
||||
# : A little insect that is known
|
||||
# to enjoy picnics
|
||||
#
|
||||
#
|
||||
# ```
|
||||
#
|
||||
# Produces:
|
||||
|
@ -186,7 +186,7 @@ class RDoc::Markdown
|
|||
attr_reader :failing_rule_offset
|
||||
attr_accessor :result, :pos
|
||||
|
||||
|
||||
|
||||
def current_column(target=pos)
|
||||
if c = string.rindex("\n", target-1)
|
||||
return target - c - 1
|
||||
|
@ -15511,7 +15511,7 @@ class RDoc::Markdown
|
|||
self.pos = _save
|
||||
break
|
||||
end
|
||||
@result = begin;
|
||||
@result = begin;
|
||||
ref = [:inline, @note_order.length]
|
||||
@footnotes[ref] = paragraph a
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue