Method: BinStruct::CString#string

Defined in:
lib/bin_struct/cstring.rb

#string::String (readonly)

Underlying Ruby String

Returns:

  • (::String)


75
76
77
# File 'lib/bin_struct/cstring.rb', line 75

def string
  @string
end