Class: PBatcher::Namer

Inherits:
ProcHandler show all
Defined in:
lib/pbatcher/namer.rb

Instance Attribute Summary

Attributes inherited from ProcHandler

#method

Attributes inherited from Handler

#generator

Instance Method Summary collapse

Methods inherited from ProcHandler

#call, #initialize

Methods inherited from Handler

#initialize

Constructor Details

This class inherits a constructor from PBatcher::ProcHandler

Instance Method Details

#name(item) ⇒ Object



3
4
5
# File 'lib/pbatcher/namer.rb', line 3

def name(item)
  call(item)
end