diff options
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) |