Credo v1.0.5 Credo.Code.Heredocs View Source

This module lets you strip heredocs from source code.

Link to this section Summary

Functions

Replaces all characters inside heredocs with the equivalent amount of white-space

Link to this section Functions

Link to this function replace_with_spaces(source, replacement \\ " ", interpolation_replacement \\ " ", empty_line_replacement \\ "") View Source

Replaces all characters inside heredocs with the equivalent amount of white-space.