Base
# File typeprof-0.12.0/smoke/instance_eval.rb, line 2 def self.foo(&blk) new.instance_eval(&blk) end
# File typeprof-0.12.0/smoke/method_missing.rb, line 7 def initialize(x) @target = x end
# File typeprof-0.12.0/smoke/super4.rb, line 8 def f(m); end
# File typeprof-0.12.0/smoke/constant2.rb, line 9 def foo end
# File typeprof-0.12.0/smoke/instance_eval.rb, line 5 def log(n) end
# File typeprof-0.12.0/smoke/method_missing.rb, line 11 def method_missing(m, *args) @target.send(m, *args) end
This page was generated for Ruby 3.0.1
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.2.