class String
Public Instance Methods
detect_indentation()
click to toggle source
# File lib/core_ext/string.rb, line 2 def detect_indentation return self[/\A\s*/] end
# File lib/core_ext/string.rb, line 2 def detect_indentation return self[/\A\s*/] end