summaryrefslogtreecommitdiff
path: root/ruby_2_2/ext/tk/sample/cmd_resource
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/ext/tk/sample/cmd_resource')
-rw-r--r--ruby_2_2/ext/tk/sample/cmd_resource5
1 files changed, 0 insertions, 5 deletions
diff --git a/ruby_2_2/ext/tk/sample/cmd_resource b/ruby_2_2/ext/tk/sample/cmd_resource
deleted file mode 100644
index 9cc4915546..0000000000
--- a/ruby_2_2/ext/tk/sample/cmd_resource
+++ /dev/null
@@ -1,5 +0,0 @@
-*BtnFrame.hello.text: HELLO
-*BtnFrame.hello.command: ruby {puts "Hello World!!"}
-*BTN_CMD.show_msg: {|arg| print "Hello, #{arg}!!\n"}
-*hello.show_msg: {|arg| print "Hello, Hello, #{arg}!!\n"}
-*hello.ZZZ.show_msg: {|arg| print "Hello, Hello, ZZZ:#{arg}!!\n"}