Skip to content

eljojo/automatic-greeter-3000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Automatic Greeter 3000

Because everyone is welcome

next_meetup = Event.new('february-meetup-2014')

attendees = next_meetup.attendees.select do |attendee|
  attendee.events.one? && attendee.events.first == next_meetup
end

attendees.each(&:greet)

What's this all about?

This is a program that greets all the newcomers to the RUG::B.

How to run?

bundle && ruby newcomers.rb

About

Because everyone is welcome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages