struct Cadmium::Glove::TokenPair

Included Modules

Defined in:

glove/token_pair.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token : String = "", neighbors : Array(String) = [] of String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(token _token = @token, neighbors _neighbors = @neighbors) #

[View source]
def neighbors : Array(String) #

def pretty_print(pp) #

[View source]
def to_s(io) #

[View source]
def token : String #