Class: Ironfan::Plugin::CookbookRequirement

Inherits:
Object
  • Object
show all
Includes:
Gorillib::Builder
Defined in:
lib/ironfan/headers.rb,
lib/ironfan/plugin/base.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



29
30
31
# File 'lib/ironfan/plugin/base.rb', line 29

def <=>(other)
  self.name <=> other.name
end