jenkinsci / jenkins.rb

Deprecated, see https://www.jenkins.io/jep/7
393 stars 83 forks source link

Add an alias of java.io.PrintStream#write(String) to fix #86 #90

Closed yyuu closed 11 years ago

yyuu commented 11 years ago

Declare java.io.PrintStream#write(String) as an alias of java.io.PrintStream#println(String) to fix the problem of rvm plugin described in #86.