class NBT::B64Value

Defined in:

nbt.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(s : String) #

[View source]

Class Method Detail

def self.test(s : String) #

[View source]

Instance Method Detail

def c : Hash(String, JSON::Any) #

[View source]
def inspect(io : IO) #
Description copied from class Reference

Appends a String representation of this object which includes its class name, its object address and the values of all instance variables.

class Person
  def initialize(@name : String, @age : Int32)
  end
end

Person.new("John", 32).inspect # => #<Person:0x10fd31f20 @name="John", @age=32>

[View source]
def s : String #

[View source]
def to_json(json : JSON::Builder) #

[View source]