This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
community-messaging-project
/
cims-configurationserver
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
34ef475e4e
Ramos
Etiquetas
master
ror32
cims-configu...
/
vendor
/
bundle
/
ruby
/
1.9.1
/
gems
/
rack-1.4.1
/
test
/
builder
/
anything.rb
anything.rb
98 B
Histórico
Em bruto
1
2
3
4
5
class Anything
def self.call(env)
[200, {'Content-Type' => 'text/plain'}, ['OK']]
end
end