class Aoc2022::Day7::File

Direct Known Subclasses

Defined in:

aoc2022/days/day7.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, size : Int32) #

[View source]

Instance Method Detail

def fullname : String #

[View source]
def fullname=(fullname : String) #

[View source]
def name : String #

[View source]
def parent : Aoc2022::Day7::File? #

[View source]
def parent=(parent : Aoc2022::Day7::File | Nil) #

[View source]
def print(index : Int32 = 0) #

[View source]
def size : Int32 #

[View source]