class String
Public Instance Methods
unindent()
click to toggle source
# File lib/corineus.rb, line 8 def unindent gsub(/^#{scan(/^\s*/).min_by{|l|l.length}}/, "") end
# File lib/corineus.rb, line 8 def unindent gsub(/^#{scan(/^\s*/).min_by{|l|l.length}}/, "") end