test
Ruby
code posted
by
hammackj
created at 30 Jul 17:42, updated at 04 Aug 05:34
Edit
|
Back
1 2 3 4 |
puts isbn.to_i book = Book.new :isbn10 => isbn10, :isbn13 => isbn13, :title => title, :author => author, :price => price, :pages => pages, :publisher => publisher, :pubdate => pubdate, :summary => summary, :image => image puts book puts book.isbn13 |
278 Bytes in 2 ms with coderay