module Helpers

Public Instance Methods

unindent(text) click to toggle source
# File spec/spec_helper.rb, line 20
def unindent(text)
  text.gsub(/^[ \t]*/, '').chomp
end