summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-18 12:18:27 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-18 12:18:27 +0000
commitb070abfc2045a4484e7bce34172764bbce5d3ff1 (patch)
treeea7b93a024cd528edf5567ac54f6d665a24ef2ba /eval.c
parentd16c035975f45d67a09a84d3d7e574fb80aa0a55 (diff)
* eval.c (rb_obj_instance_eval): RDoc description updated. a
patch from Ozgur Murat Homurlu <ozgurmurath at gmail.com>. [ruby-core:07381] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 3f00a86024..82d8b8beea 100644
--- a/eval.c
+++ b/eval.c
@@ -6497,7 +6497,10 @@ specific_eval(int argc, VALUE *argv, VALUE klass, VALUE self)
* instance variables. In the version of <code>instance_eval</code>
* that takes a +String+, the optional second and third
* parameters supply a filename and starting line number that are used
- * when reporting compilation errors.
+ * when reporting compilation errors. Note that, if a Proc that is
+ * converted from a Method object is given as the block,
+ * <code>instance_eval</code> will not change the context of this
+ * block and it will be evaluated in Method object's original context.
*
* class Klass
* def initialize