Module: Fig::Package::Statement
- Included in:
- Archive, Command, Configuration, Include, Install, Override, Path, Publish, Resource, Retrieve, Set
- Defined in:
- lib/fig/package/statement.rb
Overview
A statement within a package configuration file (package.fig).
Instance Method Summary collapse
Instance Method Details
#urls ⇒ Object
10 11 12 |
# File 'lib/fig/package/statement.rb', line 10 def urls return [] end |
#walk_statements(&block) ⇒ Object
6 7 8 |
# File 'lib/fig/package/statement.rb', line 6 def walk_statements(&block) return end |