Code Cleanup
This commit is contained in:
parent
acaf95666a
commit
c15868458f
|
@ -6,6 +6,12 @@ java_import 'java.lang.System'
|
||||||
java_import 'java.util.ArrayList'
|
java_import 'java.util.ArrayList'
|
||||||
java_import 'org.objectweb.asm.tree.ClassNode'
|
java_import 'org.objectweb.asm.tree.ClassNode'
|
||||||
|
|
||||||
|
#
|
||||||
|
# This is a skeleton template for BCV's Ruby Plugin System
|
||||||
|
#
|
||||||
|
# @author [Your Name Goes Here]
|
||||||
|
#
|
||||||
|
|
||||||
class Skeleton < Plugin
|
class Skeleton < Plugin
|
||||||
def execute(classNodeList)
|
def execute(classNodeList)
|
||||||
gui = PluginConsole.new "Skeleton Title"
|
gui = PluginConsole.new "Skeleton Title"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user