GOODMORNINGBANGLADESH
---------------------------

GoodMOrningBangladesh is a simple class. It has a method called 
"greeting". This method is only print the greetings "Good Morning Bangladesh".

The purpose of creating this funny gems:
---------------------------------------

This gem is created by me for showing how to create a simple ruby gem thoes who are
interesting to develop gem but do not fiend out the right starting poin.

Work Thru:
----------

to test this gem creat a blank ruby application and copy and pest the following code:


# Ruby code began


require 'gmd'

gmd = GooodMorningBangladesh.new

print gmd.greetings


# Ruby code end


the output of the above little code is:

Good Morning Bangladesh.
---------------------------------

Author:: MD.Elme Focruzzaman Razi[shuvo] (mailto:shuvo.razi@gmail.com)
Copyright:: Copyright (c) 2007 MD.Elme Focruzzaman Razi[shuvo]
Homepage:: N/A
License:: GNU GPL - http://www.gnu.org/copyleft/gpl.html
