struct LavinMQ::MQTT::StringTokenIterator

Defined in:

lavinmq/mqtt/string_token_iterator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(str : String, delimiter : Char = '/') #

[View source]

Instance Method Detail

def inspect #
Description copied from class Object

Returns an unambiguous and information-rich string representation of this object, typically intended for developers.

This method should usually not be overridden. It delegates to #inspect(IO) which can be overridden for custom implementations.

Also see #to_s.


[View source]
def next : String | Nil #

[View source]
def next? #

[View source]
def to_s : String #
Description copied from class Object

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.


[View source]