class Config

Included Modules

Defined in:

crab/common/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new : Config #

[View source]

Instance Method Detail

def args : Config::Args #

[View source]
def commit : Nil #

[View source]
def explorer_dir : Path #

[View source]
def explorer_dir=(explorer_dir : Path) #

[View source]
def gba : GBA #

[View source]
def gba=(gba : GBA) #

[View source]
def gbc : GBC #

[View source]
def gbc=(gbc : GBC) #

[View source]
def keybindings : Hash(LibSDL::Keycode, Input) #

[View source]
def keybindings=(keybindings : Hash(LibSDL::Keycode, Input)) #

[View source]
def recents : Array(String) #

[View source]
def recents=(recents : Array(String)) #

[View source]
def run_bios : Bool #

[View source]
def run_bios=(run_bios : Bool) #

[View source]