DEBSOURCES
Skip Quicknav
sources / ruby-grape / 1.6.2-3 / lib / grape / util / endpoint_configuration.rb
12345678
# frozen_string_literal: true module Grape module Util class EndpointConfiguration < LazyValueHash end end end