]> git.donarmstrong.com Git - biopieces.git/blob - code_ruby/Sfern/test_module.rb
add dist option to find_adaptor
[biopieces.git] / code_ruby / Sfern / test_module.rb
1 class Test
2     puts "Modules Test2 loaded"
3
4     def greet_world
5         puts "World"
6     end
7 end