Method: Struct#inspect

Defined in:
ext/enterprise_script_service/mruby/mrbgems/mruby-struct/mrblib/struct.rb

#inspectObject Also known as: to_s

call-seq:

struct.to_s      -> string
struct.inspect   -> string

Describe the contents of this struct in a string.

15.2.18.4.10(x)



74
75
76
# File 'ext/enterprise_script_service/mruby/mrbgems/mruby-struct/mrblib/struct.rb', line 74

def inspect
  self._inspect({})
end