Method: Build::Text::Substitutions::NestedSubstitution#initialize
- Defined in:
- lib/build/text/substitutions.rb
#initialize(keyword, open, close, indent = "\t") ⇒ NestedSubstitution
Returns a new instance of NestedSubstitution.
109 110 111 112 113 114 115 116 |
# File 'lib/build/text/substitutions.rb', line 109 def initialize(keyword, open, close, indent = "\t") @keyword = keyword @open = open @close = close @indent = indent end |