class FFI::Tcl::Obj

Public Instance Methods

inspect() click to toggle source
# File lib/ffi-tk/ffi/tcl/obj.rb, line 59
def inspect
  '#<Obj bytes=%p type=%p>' % [self[:bytes], pretty_type]
end
pretty_type() click to toggle source
# File lib/ffi-tk/ffi/tcl/obj.rb, line 55
def pretty_type
  EvalResult::TYPES[type.to_i]
end