Module magic!

https://www.codecademy.com/en/courses/ruby-beginner-en-zfe3o/3/3?curriculum_id=5059f8619189a5000201fbcb

Create your module below!

module Languages
include FAVE

end
end
It might be foolish to ask but what should be written to include favorite programming language.

You just need to create a variable FAVE and assign it a string value containing name of your favourite programming language :slight_smile:

FAVE = "name of your favourite programming language goes here"

That’s all.

hahaha…silly mistake thanks buddy!!

You’re very welcome! :slight_smile: