abstract class Object

Overview

Object is the base type of all Crystal objects.

Defined in:

bencode/serializer.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_bencode(bencode : String | IO) #

[View source]

Instance Method Detail

def to_bencode : String #

[View source]