Class: Test

Inherits:
Array show all
Defined in:
lib/test.rb

Instance Method Summary collapse

Methods inherited from Array

#add, #execute, #to_html

Instance Method Details

#updateObject



2
3
4
# File 'lib/test.rb', line 2

def update
	add 'rspec' if File.exists?('spec')
end