Created
August 11, 2014 14:24
-
-
Save tomas-stefano/c5591a322522f5f4c99f to your computer and use it in GitHub Desktop.
Rubyconf T-shirt code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Rubyconf | |
event year: 2014, role: :rubyist | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Rubyconf | |
event year: 2014, role: :staff | |
end | |
class Rubyconf
event year: 2014,
role: :staff
end
carlos, o seu ficou grande, o ideal é que o código fique "quadrado" para ficar distribuído e conseguir usar um tamanho de fonte que seja legível, se for feito em uma linha só, a fonte vai ter que ser menor para caber o texto.
eu acho que teria que ser algo assim.... mesmo eu n gostando...
Rubyconf.new(
year: 2014,
role: :staff
)
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
class << self
event :rubyconf
year 2014
role :staff
end
work! # => (╯°□°)╯︵ ┻━┻
Maldito
Esse mesmo que vai!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uma outra opção seria: