module DSLCommands
Public Instance Methods
bucket(bucket)
click to toggle source
# File lib/dsl/commands/dsl_commands.rb, line 2 def bucket(bucket) @bucket = bucket self end
files(*files)
click to toggle source
# File lib/dsl/commands/dsl_commands.rb, line 10 def files(*files) @files = files.join(' ') self end
Also aliased as: local_files, file