mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
6 lines
258 B
Text
6 lines
258 B
Text
|
*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"}
|