Sha256: 3629664fff0ebfa14c01402f0f01f63471aaea2da17531d0a3e1d344e39f765a
Contents?: true
Size: 107 Bytes
Versions: 57
Compression:
Stored size: 107 Bytes
Contents
class DemoBackend < Sinatra::Application get '/random-api-method' do rand(52430234).to_s end end
Version data entries
57 entries across 57 versions & 1 rubygems