Sha256: 0bdefe671d49b894120c40d36726e84a0e162077292a140ad872ae10674c7bc0

Contents?: true

Size: 115 Bytes

Versions: 4

Compression:

Stored size: 115 Bytes

Contents

module Test
  class LibMount2 < Grape::API
    get :lib_string do
      Test::Lib2.get_lib_string
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grape-reload-0.1.0 spec/fixtures/app2/mounts/lib.rb
grape-reload-0.0.4 spec/fixtures/app2/mounts/lib.rb
grape-reload-0.0.3 spec/fixtures/app2/mounts/lib.rb
grape-reload-0.0.2 spec/fixtures/app2/mounts/lib.rb