Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Chapter 3, invalid variable name #118

Open
JunichiIto opened this issue Nov 12, 2021 · 0 comments
Open

Chapter 3, invalid variable name #118

JunichiIto opened this issue Nov 12, 2021 · 0 comments

Comments

@JunichiIto
Copy link
Contributor

In Chapter 3, "Testing instance methods" section, the sample code

def name
  [firstname, lastname].join(' ')
end

should be

def name
  [first_name, last_name].join(' ')
end
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant