Returns a new instance of Profile.
7 8 9 10
# File 'lib/full_time/profile.rb', line 7 def initialize @skills = List.new @interests = List.new end