Ruby - Methods
Identify the error in this Ruby method definition:
def say_hello puts "Hello"
def say_hello puts "Hello"
def must be closed with end.end keyword to close the method definition.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions