Object
# File lib/templater/core_ext/string.rb, line 3 3: def realign_indentation 4: basis = self.index(/\S/) # find the first non-whitespace character 5: return self.to_lines.map { |s| s[basis..1] }.join 6: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.