Class | Autobuild::Interpolator |
In: |
lib/autobuild/config-interpolator.rb
|
Parent: | Object |
VarDefKey | = | 'defines' |
MatchExpr | = | '\$\{([^}]+)\}|\$(\w+)' |
PartialMatch | = | Regexp.new(MatchExpr) |
WholeMatch | = | Regexp.new("^(?:#{MatchExpr})$") |