rubyx/test/fragments/test_all.rb

10 lines
268 B
Ruby

require_relative "test_foo"
require_relative "test_if"
#require_relative "test_functions"
#require_relative "test_string_class"
#require_relative "test_hello"
#require_relative "test_putint"
#require_relative "test_recursive_fibo"
#require_relative "test_while_fibo"