class Crystush::Configuration

Defined in:

crystush/configuration.cr

Instance Method Summary

Instance Method Detail

def debug_each_step : Bool #

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

[View source]
def max_random_float : Float64 #

[View source]
def max_random_float=(max_random_float : Float64) #

[View source]
def max_random_integer : Int32 #

[View source]
def max_random_integer=(max_random_integer : Int32) #

[View source]
def min_random_float : Float64 #

[View source]
def min_random_float=(min_random_float : Float64) #

[View source]
def min_random_integer : Int32 #

[View source]
def min_random_integer=(min_random_integer : Int32) #

[View source]
def top_level_push_code : Bool #

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

[View source]