class GirFFI::Builder::Type::Interface

Implements the creation of a module representing an Interface.

Public Instance Methods

pretty_print() click to toggle source
# File lib/gir_ffi/builder/type/interface.rb, line 13
def pretty_print
  "module #{@classname}\n  extend InterfaceBase\nend"
end