-
-
Save lune-sta/202db527c642c02a3d93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set_trace_func lambda {|*arg| | |
| p arg | |
| } | |
| p "こころぴょんぴょん!" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
["c-return", "hook.rb", 1, :set_trace_func, #Binding:0x007fac4991aad0, Kernel]
["line", "hook.rb", 5, nil, #Binding:0x007fac4991a7b0, nil]
["c-call", "hook.rb", 5, :p, #Binding:0x007fac4991a558, Kernel]
["c-call", "hook.rb", 5, :hash, #Binding:0x007fac4991a2d8, Kernel]
["c-return", "hook.rb", 5, :hash, #Binding:0x007fac4991a080, Kernel]
["c-call", "hook.rb", 5, :inspect, #Binding:0x007fac49919e28, String]
["c-return", "hook.rb", 5, :inspect, #Binding:0x007fac49919b80, String]
"こころぴょんぴょん!"
["c-return", "hook.rb", 5, :p, #Binding:0x007fac49919900, Kernel]
["c-return", "-e", 1, :load, #Binding:0x007fac499196a8, Kernel]