Sha256: 389ef32300773c83ac58e08fe8b7b130cac5705394c7d24f6092895cf59cb908
Contents?: true
Size: 221 Bytes
Versions: 4
Compression:
Stored size: 221 Bytes
Contents
import "java.lang.System" def foo home = System.getProperty "java.home" System.setProperty "hello.world", "something" hello = System.getProperty "hello.world" puts home puts hello end puts "Hello world!" foo
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
mirah-0.0.4-java | examples/java_thing.mirah |
duby-0.0.3-java | examples/java_thing.duby |
duby-0.0.2-java | examples/java_thing.duby |
duby-0.0.1 | examples/java_thing.duby |