class Grape::API::Instance

def compile

Grape::API.
Parses the API's definition and compiles it into an instance of
def compile
  @instance ||= new # rubocop:disable Naming/MemoizedInstanceVariableName
end