In Files

Parent

Methods

Class/Module Index [+]

Quicksearch

String

Public Instance Methods

sort() click to toggle source
# File spec/setup.rb, line 36
def sort
  self.split('').sort.join('')
end
sort!() click to toggle source
# File spec/setup.rb, line 39
def sort!
  replace(self.sort)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.