Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/ruby/jruby/truffle/core/kernel.rb
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ def puts(*args)
end

def printf(*args)
puts sprintf(*args)
print sprintf(*args)
end

alias_method :trust, :untaint

0 comments on commit 27067b0

Please sign in to comment.