Class: Qrpm::Fragment::CommandVariableFragment
- Inherits:
-
VariableFragment
- Object
- Fragment
- VariableFragment
- Qrpm::Fragment::CommandVariableFragment
- Defined in:
- lib/qrpm/fragment.rb
Overview
${NAME} in $(COMMAND) interpolations
Instance Attribute Summary
Attributes inherited from VariableFragment
Attributes inherited from Fragment
Instance Method Summary collapse
-
#interpolate(dict) ⇒ Object
FIXME: Proper shell escape.
Methods inherited from VariableFragment
Methods inherited from Fragment
#initialize, #is_nil?, parse, #signature, #to_s, #variables
Constructor Details
This class inherits a constructor from Qrpm::Fragment::VariableFragment
Instance Method Details
#interpolate(dict) ⇒ Object
FIXME: Proper shell escape
135 |
# File 'lib/qrpm/fragment.rb', line 135 def interpolate(dict) dict[name] end |