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



1479
1480
1481
# File 'lib/redparse/compile.rb', line 1479

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

Instance Method Details

#_dump(depth) ⇒ Object



1476
1477
1478
# File 'lib/redparse/compile.rb', line 1476

def _dump depth
  undump_key.to_s
end