M
Mickael Faivre-Macon
Hi,
I don't understand how to use modules.
Could someone explain this to me please ?
module Test
def yo
puts 'yo'
end
end
Test.yo # undefined method `yo' for Test:Module
Mickael.
I don't understand how to use modules.
Could someone explain this to me please ?
module Test
def yo
puts 'yo'
end
end
Test.yo # undefined method `yo' for Test:Module
Mickael.