Module: Spud::BuildTools::SpudBuild
- Defined in:
- lib/build_tools/spud/rule.rb,
lib/build_tools/spud/spud.rb,
lib/build_tools/spud/spudfile.rb,
lib/build_tools/spud/shell_error.rb,
lib/build_tools/spud/file_context.rb,
lib/build_tools/spud/rule_context.rb
Defined Under Namespace
Classes: Build, FileContext, Rule, RuleContext, ShellError, Spudfile
Class Method Summary collapse
Class Method Details
.join_args(*args) ⇒ Object
7 8 9 |
# File 'lib/build_tools/spud/rule_context.rb', line 7 def self.join_args(*args) args.join(' ') end |