Guest User

Untitled

a guest
May 26th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. class Matematica
  2. def initialize(x,y)
  3. @x = x
  4. @y = y
  5. end
  6. end
  7.  
  8. m = Matematica.new(3,4)
  9. puts m
Add Comment
Please, Sign In to add comment