Class: Mktest

Inherits:
Object
  • Object
show all
Defined in:
lib/mktest.rb

Class Method Summary collapse

Class Method Details

.helloObject



4
5
6
7
# File 'lib/mktest.rb', line 4

def self.hello
	tr = MainModule::Mksub.new
	return tr.hello
end