Module: Handlebars::Unindent

Included in:
Amd::Rails::Template
Defined in:
lib/handlebars-amd-rails/rails/template.rb

Instance Method Summary collapse

Instance Method Details

#unindent(heredoc) ⇒ Object



7
8
9
# File 'lib/handlebars-amd-rails/rails/template.rb', line 7

def unindent(heredoc)
  heredoc.gsub(/^#{heredoc[/\A\s*/]}/, '')
end