Remove definition of Kernel#sprintf in mruby-print

This commit is contained in:
KOBAYASHI Shuji
2019-01-24 20:44:55 +09:00
parent 5956f5b4e8
commit 1d6679e9d1
-3
View File
@@ -52,9 +52,6 @@ module Kernel
def printf(*args)
raise NotImplementedError.new('printf not available')
end
def sprintf(*args)
raise NotImplementedError.new('sprintf not available')
end
else
def printf(*args)
__printstr__(sprintf(*args))