Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
def func(person, dish, meal) puts "#{person} ate #{dish} for #{meal}." end
func('Bill', 'pasta', 'breakfast')
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content