RegisteredType
Implements the creation of a module representing an Interface.
# File lib/gir_ffi/builder/type/interface.rb, line 13 def pretty_print "module #{@classname}\n extend InterfaceBase\nend" end