Class: Proc
- Inherits:
-
Object
- Object
- Proc
- Defined in:
- lib/texplay.rb
Overview
a bug in ruby 1.8.6 rb_eval_string() means i must define this here (rather than in texplay.c)
Instance Method Summary collapse
Instance Method Details
#__context__ ⇒ Object
339 340 341 |
# File 'lib/texplay.rb', line 339 def __context__ eval('self', self.binding) end |