Exception: MapRedus::InvalidMapper

Inherits:
NotImplementedError
  • Object
show all
Defined in:
lib/mapredus.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidMapper

Returns a new instance of InvalidMapper.



18
# File 'lib/mapredus.rb', line 18

def initialize; super("MapRedus Mapper: need to have map method defined");end