Skip to content

Commit d1a9e4d

Browse files
committed
Allow discovery of envtbl and argf methods
1 parent 430694c commit d1a9e4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/rdoc/parser/c.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,6 @@ def do_methods
340340
# Ignore top-object and weird struct.c dynamic stuff
341341
next if var_name == "ruby_top_self"
342342
next if var_name == "nstr"
343-
next if var_name == "envtbl"
344-
next if var_name == "argf" # it'd be nice to handle this one
345343

346344
var_name = "rb_cObject" if var_name == "rb_mKernel"
347345
handle_method(type, var_name, meth_name, function, param_count,

0 commit comments

Comments
 (0)