Merge pull request #4053 from MikeMcQuaid/string-undent-fix

compat/extend/string: fix odisabled return.
This commit is contained in:
Mike McQuaid 2018-04-11 16:32:53 -07:00 committed by GitHub
commit 50059990e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
class String
def undent
odisabled "<<-EOS.undent", "<<~EOS"
self
end
alias unindent undent