Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Berry::VM
Inherits
Reference
<
Object
Constructors
new
(stdin :
IO
=
STDIN
, stdout :
IO
=
STDOUT
)
Source
Class methods
exec
(code :
String
, stdin :
IO
=
STDIN
, stdout :
IO
=
STDOUT
)
Source
Instance methods
exec
(code :
String
)
Source
finalize
Source
register_function
(name :
String
, &func :
LibBerry::BNtvFunc
)
Source
stdin
Source
stdin=
(stdin :
IO
)
Source
stdout
Source
stdout=
(stdout :
IO
)
Source
to_unsafe
Source