Class: TamiClient

Inherits:
Object
  • Object
show all
Defined in:
lib/tami-client.rb

Class Method Summary collapse

Class Method Details

.runObject



3
4
5
6
# File 'lib/tami-client.rb', line 3

def self.run
	puts "Hello from Tami client :P"
	return 0
end