Skip to content

Commit e21ab31

Browse files
committed
refactor: Remove comments
1 parent 2b3ec8e commit e21ab31

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/appmap/builtin_hooks/ruby.yml

-11
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@
1919
require_name: ruby
2020
label: lang.eval
2121
handler_class: AppMap::Handler::Eval
22-
# TODO: eval does not happen in the right context, and therefore any new constants
23-
# which are defined are placed on the wrong module/class.
24-
# - Binding#eval
25-
# - BasicObject#instance_eval
26-
# These methods cannot be hooked as far as I can tell.
27-
# Why? When calling one of these functions, the context at the point of
28-
# definition is used. It's not possible to bind class_eval to a new context.
29-
# - Module#class_eval
30-
# - Module#module_eval
31-
# require_name: ruby
32-
# label: lang.eval
3322
- methods:
3423
- IO#popen
3524
- Kernel#exec

0 commit comments

Comments
 (0)