module PatternPatch
Utility gem for modifying arbitrary text files using a method similar to rendering Rails partials.
@author Jimmy Dee (github.com/jdee)
Constants
- VERSION
Attributes
safe_level[RW]
@!attribute safe_level
The default safe level to use with ERb. Defaults to nil. @return [Object, nil] The current default safe level for ERb
trim_mode[RW]
@!attribute trim_mode
The default trim mode to use with ERb. Defaults to nil. @return [String, nil] The current default trim mode for ERb