class GObjectIntrospection::TypeInfo
Public Instance Methods
Source
# File lib/gobject-introspection/type-info.rb, line 23 def description tag.description(self) end
Source
# File lib/gobject-introspection/type-info.rb, line 27 def inspect super.gsub(/>\z/) do " tag=#{tag.inspect}>" end end
Calls superclass method
Source
# File lib/gobject-introspection/type-info.rb, line 19 def try_convert(value) tag.try_convert(self, value) end