Object
# File spec/setup.rb, line 36 def sort self.split('').sort.join('') end
# File spec/setup.rb, line 39 def sort! replace(self.sort) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.