module Test::Thread

Constants

VERSION

Public Class Methods

hi() click to toggle source
# File lib/test/thread.rb, line 5
def self.hi
  puts "hello world"
end