зеркало из https://github.com/github/ruby.git
Issue11: null context causing indentation crash
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
b84ebdcb05
Коммит
511dceec5c
|
@ -25,7 +25,7 @@ module REXML
|
|||
end
|
||||
|
||||
def indent to, ind
|
||||
if @parent and not @parent.context[:indentstyle].nil? then
|
||||
if @parent and @parent.context and not @parent.context[:indentstyle].nil? then
|
||||
indentstyle = @parent.context[:indentstyle]
|
||||
else
|
||||
indentstyle = ' '
|
||||
|
|
|
@ -22,5 +22,5 @@
|
|||
module REXML
|
||||
Copyright = "Copyright #{Time.now.year} Sean Russell <ser@germane-software.com>"
|
||||
Date = "+2004/047"
|
||||
Version = "2.7.4.1"
|
||||
Version = "2.7.4.2"
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче