Skip to content

Instantly share code, notes, and snippets.

@tomas-stefano
Created August 11, 2014 14:24
Show Gist options
  • Save tomas-stefano/c5591a322522f5f4c99f to your computer and use it in GitHub Desktop.
Save tomas-stefano/c5591a322522f5f4c99f to your computer and use it in GitHub Desktop.
Rubyconf T-shirt code
class Rubyconf
event year: 2014, role: :rubyist
end
class Rubyconf
event year: 2014, role: :staff
end
@carloslopes
Copy link

Agreed.

Mas como vai ficar nas costas, talvez dê para colocar e ficar legível.

De qualquer maneira, sua alternativa fará com que possa utilizar uma fonte maior

@andrewhr
Copy link

class << self
  event :rubyconf
  year 2014
  role :staff
end
work! # =>  (╯°□°)╯︵ ┻━┻

:trollface:

@halan
Copy link

halan commented Aug 11, 2014

Maldito

@akitaonrails
Copy link

Esse mesmo que vai!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment