5 6 7
# File 'lib/rubuild/build/simple/factory.rb', line 5 def create_context Rubuild::Build::Simple::Context.new end
9 10 11 12 13
# File 'lib/rubuild/build/simple/factory.rb', line 9 def create_dep(command, disp, *args) dep = Rubuild::Build::Simple::Dep.new(command, disp) dep.args = args dep end