Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/piv/monkey_patching.rb

Instance Method Summary collapse

Instance Method Details

#classifyObject



8
9
10
# File 'lib/piv/monkey_patching.rb', line 8

def classify
  self.map.map(&:classify).join('::')
end