Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/swiftly/app_module.rb

Instance Method Summary collapse

Instance Method Details

#unindentObject

Unindent heredocs so they look better



8
9
10
11
12
# File 'lib/swiftly/app_module.rb', line 8

def unindent

  gsub(/^[\t|\s]*|[\t]*/, "")

end