Libraries
»
pod-builder
(5.2.0)
»
Index
»
String
»
#detect_indentation
Method: String#detect_indentation
Defined in:
lib/core_ext/string.rb
#
detect_indentation
⇒
Object
2 3 4
# File 'lib/core_ext/string.rb', line 2
def
detect_indentation
return
self
[
/\A\s*/
]
end