Ruby/Rails Features and Patterns

Flashcard 2 of 6

Let's turn our attention to some newer Ruby syntax.

Are you familiar with the syntax shown in this parameter list?

def initialize(file, permissions:)
end

Answer:

Reveal Answer