Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #4743

where is instance_eval() defined?

From 7stud -- <bbxx789_05ss@yahoo.com>
Newsgroups comp.lang.ruby
Subject where is instance_eval() defined?
Date 2011-05-18 16:10 -0500
Organization Service de news de lacave.net
Message-ID <2cc9ff11bb5b55541bb3db755b6cf543@ruby-forum.com> (permalink)

Show all headers | View raw


Where in the hell is instance_eval() defined?  In "The Ruby Programming
Language", it says it's defined in Object, but the 1.9.2 docs don't list
it in Object:

http://www.ruby-doc.org/core/classes/Object.html

Nor is it listed in BasicObjec, Kernel, Module, or Class:

http://www.ruby-doc.org/core-1.9/classes/BasicObject.html
http://www.ruby-doc.org/core/classes/Kernel.html
http://ruby-doc.org/core/classes/Module.html
http://www.ruby-doc.org/core/classes/Class.html

-- 
Posted via http://www.ruby-forum.com/.

Back to comp.lang.ruby | Previous | NextNext in thread | Find similar | Unroll thread


Thread

where is instance_eval() defined? 7stud -- <bbxx789_05ss@yahoo.com> - 2011-05-18 16:10 -0500
  Re: where is instance_eval() defined? Phillip Gawlowski <cmdjackryan@googlemail.com> - 2011-05-18 17:32 -0500
  Re: where is instance_eval() defined? Su Zhang <zhangsu@live.com> - 2011-05-18 19:42 -0500
  Re: where is instance_eval() defined? 7stud -- <bbxx789_05ss@yahoo.com> - 2011-05-18 19:49 -0500
  Re: where is instance_eval() defined? John Mair <jrmair@gmail.com> - 2011-05-21 17:58 -0500

csiph-web