Class: String
Instance Method Summary collapse
Instance Method Details
#head_indented ⇒ Object
35 36 37 38 |
# File 'lib/g-gem/core_extensions.rb', line 35 def head_indented return self unless self =~ /^\s+/ self.gsub(/^\s{0,#{$&.length}}/, '') end |