2010-08-19から1日間の記事一覧

つまづきすぎてる

#! ruby -Ks # -*- coding: Windows-31J -*- require 'date' class Examplebook def initialize( title, author, page, publish_date ) @title = title @author = author @page = page @publish_date = publish_date end attr_accessor :title, :author, :pa…