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

#[], #each, #length

Instance Method Details

#to_objObject



21
# File 'lib/capnp/runtime/list/string.rb', line 21

def to_obj = to_s

#to_sObject



17
18
# File 'lib/capnp/runtime/list/string.rb', line 17

def to_s
end