Guest User

Untitled

a guest
Sep 8th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.09 KB | None | 0 0
  1. def initialize isbn, price
  2.    @isbn = isbn
  3.    @price = Float(price)
  4.    random = 5
  5.   end
Add Comment
Please, Sign In to add comment