Slide 27
Slide 27 text
“Class” methods
irb:> c.class.private_methods
=> ["abort", "alias_method", "at_exit", "attr",
"attr_accessor", "attr_reader", "attr_writer",
"binding", "block_given?", "define_method",
"eval", "exec", "exit", "extended", "fail",
"fork", "getc", "gets", "global_variables",
"include", "included", "irb_binding", "lambda",
"load", "local_variables", "private", "proc",
"protected", "public", "puts", "raise",
"remove_class_variable", "remove_const",
"remove_instance_variable", "remove_method",
"require", "sleep", "split", "sprintf", "srand",
"sub", "sub!", "syscall", "system", "test",
"throw", "undef_method", "untrace_var", "warn"]