- Commit
- 141339e96bd4cd6d2190a40a66d918f6f8d50377
- Parent
- be834300a31ffac837b6434650c206aa8e292e1b
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
commonmark.rb - removed outf.
My personal build of CMark ✏️
commonmark.rb - removed outf.
1 file changed, 0 insertions, 4 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | commonmark.rb | 4 | 0 | 4 |
diff --git a/commonmark.rb b/commonmark.rb @@ -142,10 +142,6 @@ class Renderer @in_plain = false end - def outf(format, *args) - @stream.printf(format, *args) - end - def out(*args) args.each do |arg| if arg.kind_of?(String)