# File lib/lowline.rb, line 11 def dcfirst; self[0..0].downcase + self[1..-1] end
# File lib/lowline.rb, line 19 def multistrip; strip.gsub(/\n\n+/, "\n\n") end
# File lib/lowline.rb, line 14 def pluralize n, b=true s = (n == 1 ? self : (self == 'bugfix' ? 'bugfixes' : self + "s")) # oh yeah b ? n.to_pretty_s + " " + s : s end
Generated with the Darkfish Rdoc Generator 2.