This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
community-messaging-project
/
cims-configurationserver
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
cd873bce75
Rami (Branch)
Tag
master
ror32
cims-configu...
/
vendor
/
bundle
/
ruby
/
1.9.1
/
gems
/
rack-1.4.1
/
test
/
builder
/
anything.rb
anything.rb
98 B
Cronologia
Originale
1
2
3
4
5
class Anything
def self.call(env)
[200, {'Content-Type' => 'text/plain'}, ['OK']]
end
end