Merge pull request #4053 from MikeMcQuaid/string-undent-fix
compat/extend/string: fix odisabled return.
This commit is contained in:
commit
50059990e2
@ -1,6 +1,7 @@
|
|||||||
class String
|
class String
|
||||||
def undent
|
def undent
|
||||||
odisabled "<<-EOS.undent", "<<~EOS"
|
odisabled "<<-EOS.undent", "<<~EOS"
|
||||||
|
self
|
||||||
end
|
end
|
||||||
alias unindent undent
|
alias unindent undent
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user