class Novika::RunnableResolver::ResponseHook

Overview

An object that helps you do high-level things with a Response.

Defined in:

novika/resolver.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(resolver : RunnableResolver, root : RunnableRoot, response : Response) #

Instance Method Detail

def each_queried_for_preamble_with_group(& : String, RunnableGroup -> ) #

Yields preambles of apps and libs that were queried for in arguments to RunnableResolver#new specifically, followed by their corresponding runnable groups.


def response : Novika::Resolver::Response #

Returns the Response object.