Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/piv/monkey_patching.rb
Instance Method Summary collapse
Instance Method Details
#classify ⇒ Object
8 9 10 |
# File 'lib/piv/monkey_patching.rb', line 8 def classify self.map.map(&:classify).join('::') end |