Method: Raptest::Test#initialize
- Defined in:
- lib/raptest/test.rb
#initialize(*targets) ⇒ Test
Returns a new instance of Test.
8 9 10 11 12 |
# File 'lib/raptest/test.rb', line 8 def initialize(*targets) @targets = targets.map { |a| ::Raptest::Asset.new(a) } end |