Module: Capnp::String
- Extended by:
 - T::Generic, T::Helpers, T::Sig
 
- Includes:
 - List
 
- Included in:
 - BufferString, ObjectString
 
- Defined in:
 - lib/capnp/runtime/list/string.rb
 
Constant Summary collapse
- Elem =
 type_member { {fixed: String} }
Instance Method Summary collapse
Methods included from List
Instance Method Details
#to_obj ⇒ Object
      21  | 
    
      # File 'lib/capnp/runtime/list/string.rb', line 21 def to_obj = to_s  | 
  
#to_s ⇒ Object
      17 18  | 
    
      # File 'lib/capnp/runtime/list/string.rb', line 17 def to_s end  |