Method: Build::Text::Substitutions::NestedSubstitution#freeze
- Defined in:
- lib/build/text/substitutions.rb
#freeze ⇒ Object
118 119 120 121 122 123 124 125 |
# File 'lib/build/text/substitutions.rb', line 118 def freeze @keyword.freeze @open.freeze @close.freeze @indent.freeze super end |