#! /usr/bin/env ruby # -*- coding: UTF-8 -*- # module LIB # class Test def say "hello world" end end # end # # EOF