Class: TablizedOutput::B

Inherits:
Object
  • Object
show all
Includes:
Comparable
Defined in:
lib/pve/helper.rb

Direct Known Subclasses

Percentage, V

Instance Method Summary collapse

Instance Method Details

#<=>(o) ⇒ Object



110
# File 'lib/pve/helper.rb', line 110

def <=>(o) @v <=> o.v end