struct
   LavinMQ::MQTT::StringTokenIterator
  
  - LavinMQ::MQTT::StringTokenIterator
 - Struct
 - Value
 - Object
 
Defined in:
lavinmq/mqtt/string_token_iterator.crConstructors
Instance Method Summary
- 
        #inspect
        
          
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
 - #next : String | Nil
 - #next?
 - 
        #to_s : String
        
          
Returns a nicely readable and concise string representation of this object, typically intended for users.
 
Constructor Detail
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.
        
        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.