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 HacknFortes | |
class << self | |
def objetivo | |
"A Fortes Informática está em busca de novos talentos. Por isso, convidamos você para participar do Hack’n Fortes!\n\nSe você busca novos desafios, inscreva-se e venha participar de um dia dedicado ao desenvolvimento, com muito Ruby, Red Bull e junk food." | |
end | |
def data | |
"Data: #{Time.new(2014,8,30,10,00).strftime('%d/%m/%Y')} (Sábado)\nHORÁRIO: #{Time.new(2014,8,30,10,00).strftime('%H:%M')} às #{Time.new(2014,8,30,18,00).strftime('%H:%M')}\n\n" | |
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
__history | |
*.dcu | |
*.exe | |
*.~* | |
dunit.ini | |
*.local |