Class: PFT::Test

Inherits:
Hash
  • Object
show all
Defined in:
lib/pft/test.rb

Constant Summary collapse

@@version =
"1.0"

Class Method Summary collapse

Class Method Details

.hello(msg) ⇒ Object



7
8
9
# File 'lib/pft/test.rb', line 7

def self.hello(msg)
  puts "PFT::Test.test '#{msg}' - version #{@@version}"
end