diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-24 22:01:04 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-24 22:01:04 -0800 |
commit | 141339e96bd4cd6d2190a40a66d918f6f8d50377 (patch) | |
tree | e1af6966b328dcff03432eb19eac19f56a6cf573 /commonmark.rb | |
parent | be834300a31ffac837b6434650c206aa8e292e1b (diff) |
commonmark.rb - removed outf.
Diffstat (limited to 'commonmark.rb')
-rwxr-xr-x | commonmark.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/commonmark.rb b/commonmark.rb index dead84c..fe40a06 100755 --- 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) |