Sha256: 408eacf091616eeb0f6686870c019913f176baae2ae8f1eaf2e91ef726fb19dc
Contents?: true
Size: 156 Bytes
Versions: 6
Compression:
Stored size: 156 Bytes
Contents
package com.game_machine.core; public class CommandProxy { public static void test(Object obj) { System.out.println(obj.getClass().getName()); } }
Version data entries
6 entries across 6 versions & 1 rubygems