Method: Generators::HTMLPuppetPlugin#<=>

Defined in:
lib/puppet/util/rdoc/generators/puppet_generator.rb

#<=>(other) ⇒ Object



818
819
820
# File 'lib/puppet/util/rdoc/generators/puppet_generator.rb', line 818

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