Skip to content

Basic Instance Variable Lab#16

Open
Shantelgray wants to merge 1 commit into
learn-co-curriculum:masterfrom
Shantelgray:master
Open

Basic Instance Variable Lab#16
Shantelgray wants to merge 1 commit into
learn-co-curriculum:masterfrom
Shantelgray:master

Conversation

@Shantelgray
Copy link
Copy Markdown

Basic Instance Variable Lab

Comment thread lib/dog.rb
Comment on lines +10 to +13
lassie = Dog.new
lassie.name = "Lassie"

puts lassie.name
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to clean this up when you're done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants