Class: Proc

Inherits:
Object
  • Object
show all
Defined in:
lib/redparse/compile.rb

Overview

hack hack hack

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

._load(str) ⇒ Object



1570
1571
1572
# File 'lib/redparse/compile.rb', line 1570

def self._load str
  Thread.current[:$RedParse_parser].undumpables[str.to_i]
end

Instance Method Details

#_dump(depth) ⇒ Object



1567
1568
1569
# File 'lib/redparse/compile.rb', line 1567

def _dump depth
  undump_key.to_s
end