#!/usr/bin/ruby# hellolib.rb## Copyright (C) 2005-2009 Masao Mutoh## This file is distributed under the same # license as Ruby-GetText-Package.#require'gettext'classHelloLibincludeGetTextbindtextdomain("hellolib","locale")defhello_("This message is from hellolib.")endend