Class: Proc

Inherits:
Object
  • 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



339
340
341
# File 'lib/texplay.rb', line 339

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