Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Defined in:
- lib/devstructure/puppet.rb
Instance Method Summary collapse
Instance Method Details
#<=>(other) ⇒ Object
32 33 34 |
# File 'lib/devstructure/puppet.rb', line 32 def <=>(other) other.nil? ? 0 : 1 end |