summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-24 22:01:04 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-24 22:01:04 -0800
commit141339e96bd4cd6d2190a40a66d918f6f8d50377 (patch)
treee1af6966b328dcff03432eb19eac19f56a6cf573
parentbe834300a31ffac837b6434650c206aa8e292e1b (diff)
commonmark.rb - removed outf.
-rwxr-xr-xcommonmark.rb4
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)