module Engine

Overview

Checks CSV files and prints out summary for each line.

Defined in:

engine.cr

Class Method Summary

Class Method Detail

def self.card_info(id) : String #

Returns card info for provided Scryfall ID.


[View source]
def self.csv_layout(file) : String #

Checks if CSV file is supported.


[View source]
def self.validate_csv(file, game_format) : String #

Validates CSV file against provided format.


[View source]