Module: Ting::Procable

Included in:
Converter, HanyuPinyinParser, MemoizeCall, Reader, Writer
Defined in:
lib/ting/procable.rb

Instance Method Summary collapse

Instance Method Details

#memoizeObject



7
8
9
# File 'lib/ting/procable.rb', line 7

def memoize
  MemoizeCall.new(self)
end

#to_procObject



3
4
5
# File 'lib/ting/procable.rb', line 3

def to_proc
  method(:call).to_proc
end