22 23 24
# File 'lib/puppet/util/monkey_patches.rb', line 22 def <=> (other) self.to_s <=> other.to_s end
26 27 28
# File 'lib/puppet/util/monkey_patches.rb', line 26 def intern self end