You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the section "Defining Objects with the do() method", the code snippet fails when pasting into Terminal (Ubuntu 17.04, bash 4.4.19), resulting in only name and setName being defined:
In the section "Defining Objects with the do() method", the code snippet fails when pasting into Terminal (Ubuntu 17.04, bash 4.4.19), resulting in only
name
andsetName
being defined:This is because of the bare value
nil
(the same failure occurs for bare integer values). This works though:The text was updated successfully, but these errors were encountered: