Class: Proc

Inherits:
Object show all
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



348
349
350
# File 'lib/texplay.rb', line 348

def __context__
  eval('self', self.binding)
end