class PFT::Test

Public Class Methods

hello(msg) click to toggle source
# File lib/pft/test.rb, line 7
def self.hello(msg)
  puts "PFT::Test.test '#{msg}' - version #{@@version}"
end