Method: FlexConsole.set

Defined in:
lib/flex_console.rb

.set(test_object, test_method, *test_args) ⇒ Object



48
49
50
51
52
# File 'lib/flex_console.rb', line 48

def set (test_object, test_method, *test_args)
  @test_object = test_object
  @test_method = test_method
  @test_args = test_args
end