mkorfmann = Person.new({
  :likes => [:ruby, :rails, :maths, :my_dog, :coffee, :table_tennis],
  :works_for => [:railslove],
  :still_going_to_school => true,
  :cans => [:ruby, :backend, :rails],
  :wants_to_learn => [:developing => [fancy_frontends(:with => :javascript)]],
  :social_networks => {:github => link, :twitter => link}
})

Follow @mkorfmann