Class: TablizedOutput::B
- Inherits:
-
Object
- Object
- TablizedOutput::B
- Includes:
- Comparable
- Defined in:
- lib/pve/helper.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#<=>(o) ⇒ Object
110 |
# File 'lib/pve/helper.rb', line 110 def <=>(o) @v <=> o.v end |