Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/wax_tasks/utils.rb

Overview

Monkey-patched Integer class

Instance Method Summary collapse

Instance Method Details

#normalizeString

Normalizes integer as a string for lunr indexing

Returns:



191
192
193
# File 'lib/wax_tasks/utils.rb', line 191

def normalize
  self.to_s
end