Libraries
»
uinit-type
(0.1.8)
»
Index
»
Uinit
»
Type
»
Impl
»
#inspect
Method: Uinit::Type::Impl#inspect
Defined in:
lib/uinit/type/impl.rb
#
inspect
⇒
Object
58 59 60
# File 'lib/uinit/type/impl.rb', line 58
def
inspect
"
#{
super
}
[
#{
interface
.
inspect
}
]
"
end