class TACore::Test

Public Class Methods

new() click to toggle source
# File lib/tacore.rb, line 143
def initialize
  puts "This is a test of the TACore GEM"
end