Method: PatternPatch.trim_mode

Defined in:
lib/pattern_patch.rb

.trim_modeString?

The default trim mode to use with ERb. Defaults to nil.

Returns:

  • (String, nil)

    The current default trim mode for ERb



90
91
92
# File 'lib/pattern_patch.rb', line 90

def trim_mode
  @trim_mode
end