Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
verisum
main
OptionParser
Verisum
Action
Algorithm
App
Checker
CheckResult
Computer
FileNames
Utils
Digest
FileNotFoundError
FileRecord
IsADirectoryError
NoAlgorithmError
Option
ParseError
Parser
NoFileSpecifiedError
Redirect
UnknownAlgorithmError
VerisumError
Generated using Crystal 1.16.3
2025-07-04 07:03:05 UTC
class
Verisum::
App::
Computer
Verisum::App::Computer
Reference
Object
Included Modules
Verisum::App::Utils
Verisum::Redirect
Defined in:
verisum/app/computer.cr
Constructors
.new
(option : Option)
Class Method Summary
.run
(option : Option, stdout : IO, stderr : IO) : Int32
Instance Method Summary
#exit_code
: Int32
#initialize_filenames
#option
: Option
#run
: Int32
Instance methods inherited from module
Verisum::App::Utils
remove_bom(line : String) : String
remove_bom
Instance methods inherited from module
Verisum::Redirect
stderr : IO
stderr
,
stderr=(stderr : IO)
stderr=
,
stdout : IO
stdout
,
stdout=(stdout : IO)
stdout=
Constructor Detail
def self.
new
(option :
Option
)
#
[
View source
]
Class Method Detail
def self.
run
(option :
Option
, stdout : IO, stderr : IO) : Int32
#
[
View source
]
Instance Method Detail
def
exit_code
: Int32
#
[
View source
]
def
initialize_filenames
#
[
View source
]
def
option
:
Option
#
[
View source
]
def
run
: Int32
#
[
View source
]