Creado por Edmond Pruteanu
hace más de 10 años
|
||
Pregunta | Respuesta |
Class definition | class Box code end |
Object definition | box1 = Box.new box2 = Box.new |
Initialize method | class Box def initialize(w,h) @width, @height = w, h end end |
¿Quieres crear tus propias Fichas gratiscon GoConqr? Más información.