module MdexHelpers

Extended Modules

Defined in:

helpers.cr

Instance Method Summary

Instance Method Detail

def parse_float(str : String, remove_whitespace : String | Bool = false) #

[View source]
def parse_int(str : String, remove_whitespace : String | Bool = false) #

[View source]
def parse_path(str : String) : Array(String) #

[View source]