abstract class Lucky::AssetBuilder::Base

Direct Known Subclasses

Defined in:

lucky/asset_builder/base.cr

Instance Method Summary

Instance methods inherited from class Object

blank? : Bool blank?, present? : Bool present?

Instance Method Detail

def load_manifest : Hash(String, String) #

[View source]
abstract def manifest_path : String #

[View source]
def normalize_key(key : String) : String #

[View source]
abstract def parse_manifest(manifest_content : String) : Hash(String, String) #

[View source]