Ruby On Editor ホイ
# Let's shout "I Love Ruby" class RubyLover def initialize @authorNari = "http://d.hatena.ne.jp/authorNari/" end def shout_love_ruby puts "I Love Ruby" end end