Method: Weekly::Hello#all

Defined in:
lib/weekly.rb

#allObject



5
6
7
# File 'lib/weekly.rb', line 5

def all
  puts "Hello All"
end