First Post
I have no idea what I am doing here! I will report back once this has been achieved.
class Dancer
attr_accessor: :name
def initialize(name)
@name = name
end
end
I have no idea what I am doing here! I will report back once this has been achieved.
class Dancer
attr_accessor: :name
def initialize(name)
@name = name
end
end