summaryrefslogtreecommitdiffstats
path: root/ruby-gem/test/test_lib.rb
blob: bf3a66501e4b427c9fba80f4b06362e3870c62da (plain)
1
2
3
4
5
6
7
8
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-
#
require 'lib'
#
LIB::Test.new.hello
#
# EOF