Update comments.

This commit is contained in:
Bryce Curtis 2010-12-01 11:21:49 -06:00
parent 2131070ee9
commit 5f3bc33f8e

3
lib/classic.rb Normal file → Executable file
View File

@ -126,8 +126,7 @@ class Classic
end
end
# this is so fucking unholy yet oddly beautiful
# not sure if I should thank Ruby or apologize for this abusive use of string interpolation
# create java source file
def write_java
j = "
package #{ @pkg };