Method: Omnibus::BuildVersionDSL#source
- Defined in:
- lib/omnibus/build_version_dsl.rb
#source(source_type, source_options = {}) ⇒ void
This method returns an undefined value.
DSL method to set the source of the build_version
52 53 54 55 |
# File 'lib/omnibus/build_version_dsl.rb', line 52 def source(source_type, = {}) @source_type = source_type = end |