Sha256: b1968d703a16d9e5bc873ab85c4b77e3aed2e5fc4249be0a0f8739a2fc116bc7

Contents?: true

Size: 177 Bytes

Versions: 31

Compression:

Stored size: 177 Bytes

Contents

lambda do |ctx|
	raise "Failed" if ctx.variables['message'] != "a message to ruby!"
	ctx.exec_action 'set response "response from ruby!"'
	ctx.exec_action 'return response'
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
bauxite-0.6.18 test/ruby/custom.rb
bauxite-0.6.17 test/ruby/custom.rb
bauxite-0.6.16 test/ruby/custom.rb
bauxite-0.6.15 test/ruby/custom.rb
bauxite-0.6.14 test/ruby/custom.rb
bauxite-0.6.13 test/ruby/custom.rb
bauxite-0.6.12 test/ruby/custom.rb
bauxite-0.6.11 test/ruby/custom.rb
bauxite-0.6.10 test/ruby/custom.rb
bauxite-0.6.9 test/ruby/custom.rb
bauxite-0.6.8 test/ruby/custom.rb
bauxite-0.6.7 test/ruby/custom.rb
bauxite-0.6.6 test/ruby/custom.rb
bauxite-0.6.5 test/ruby/custom.rb
bauxite-0.6.4 test/ruby/custom.rb
bauxite-0.6.3 test/ruby/custom.rb
bauxite-0.6.2 test/ruby/custom.rb
bauxite-0.6.1 test/ruby/custom.rb
bauxite-0.6.0 test/ruby/custom.rb
bauxite-0.5.0 test/ruby/custom.rb