- 🌱 Currently learning Ruby on Rails
- 🎧 Music moves me
- 🚀 Growing up everyday
- 🔥 Learn advanced Ruby on Rails techniques.
- 💻 Do more projects
- 📖 Improve my english
class SoftwareEngineer
def initialize
@name = "Lucas Franco"
@role = "Software Engineering Intern"
end
def hello
puts "Welcome to my code space, I hope you enjoy."
end
end
me = SoftwareEngineer.new
me.hello